mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 08:07:35 -04:00
Rename symbols related to ailists
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
u8 intro[];
|
||||
u8 props[];
|
||||
struct aipaths paths[];
|
||||
struct ailists functions[];
|
||||
struct ailist ailists[];
|
||||
|
||||
void *setup[] = {
|
||||
NULL,
|
||||
@@ -66,7 +66,7 @@ void *setup[] = {
|
||||
intro,
|
||||
props,
|
||||
paths,
|
||||
functions,
|
||||
ailists,
|
||||
NULL,
|
||||
};
|
||||
|
||||
@@ -1380,7 +1380,7 @@ u8 func1010_init_lighting[] = {
|
||||
endfunction
|
||||
};
|
||||
|
||||
struct ailists functions[] = {
|
||||
struct ailist ailists[] = {
|
||||
{ func1000_counterop, 0x1000 },
|
||||
{ func1001_objectives_failed_msg, 0x1001 },
|
||||
{ func1002_intro, 0x1002 },
|
||||
|
||||
Reference in New Issue
Block a user