Decompile chrPatrolCalculateStep

This commit is contained in:
Ryan Dwyer
2020-06-23 00:27:33 +10:00
parent 41282ffd03
commit 9dbdfd7a29
24 changed files with 317 additions and 312 deletions
+6 -6
View File
@@ -3875,12 +3875,12 @@ struct ailist ailists[] = {
};
struct path paths[] = {
{ path00, 0, PATHTYPE_BACKANDFORTH },
{ path01, 1, PATHTYPE_BACKANDFORTH },
{ path02, 2, PATHTYPE_BACKANDFORTH },
{ path03, 3, PATHTYPE_BACKANDFORTH },
{ path04, 4, PATHTYPE_BACKANDFORTH },
{ path05, 5, PATHTYPE_BACKANDFORTH },
{ path00, 0, 0 },
{ path01, 1, 0 },
{ path02, 2, 0 },
{ path03, 3, 0 },
{ path04, 4, 0 },
{ path05, 5, 0 },
{ NULL, 0, 0 },
};