Decompile chrStartPath and rename struct aipaths to struct path

This commit is contained in:
Ryan Dwyer
2019-12-18 18:55:20 +10:00
parent f7a95feab9
commit 9f8fac52d5
125 changed files with 264 additions and 278 deletions
+2 -2
View File
@@ -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 },
};