mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-05 12:23:36 -04:00
Rename symbols related to ailists
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
u8 intro[];
|
||||
u8 props[];
|
||||
struct aipaths paths[];
|
||||
struct ailists functions[];
|
||||
struct ailist ailists[];
|
||||
|
||||
void *setup[] = {
|
||||
NULL,
|
||||
@@ -16,7 +16,7 @@ void *setup[] = {
|
||||
intro,
|
||||
props,
|
||||
paths,
|
||||
functions,
|
||||
ailists,
|
||||
NULL,
|
||||
};
|
||||
|
||||
@@ -33,7 +33,7 @@ struct aipaths paths[] = {
|
||||
{ NULL, 0, 0 },
|
||||
};
|
||||
|
||||
struct ailists functions[] = {
|
||||
struct ailist ailists[] = {
|
||||
{ NULL, 0 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user