summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/game.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h
index fe7dee7..4d9def6 100755
--- a/include/game.h
+++ b/include/game.h
@@ -1892,7 +1892,7 @@ class BasicCollider {
dStageActor_c *owner;
- BasicCollider *prev, *next;
+ BasicCollider *next, *prev;
/* dRSomething */ void *ptrToRSomething;
float rightX, rightY, leftX, leftY;
@@ -1907,6 +1907,8 @@ class BasicCollider {
u8 _43;
u8 isInList;
u8 _45, _46, _47, _48, _49, _4A;
+
+ static BasicCollider *globalListHead;
};
class StandOnTopCollider : public BasicCollider {