mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-21 14:07:09 -04:00
Decompile chrStartPath and rename struct aipaths to struct path
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
u8 intro[];
|
||||
u8 props[];
|
||||
struct aipaths paths[];
|
||||
struct path paths[];
|
||||
struct ailist ailists[];
|
||||
|
||||
struct stagesetup setup = {
|
||||
@@ -29,7 +29,7 @@ u8 intro[] = {
|
||||
endintro
|
||||
};
|
||||
|
||||
struct aipaths paths[] = {
|
||||
struct path paths[] = {
|
||||
{ NULL, 0, 0 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user