summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-rwxr-xr-xinclude/game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h
index bbb7de0..54cd027 100755
--- a/include/game.h
+++ b/include/game.h
@@ -943,6 +943,7 @@ public:
};
class dActor_c; // forward declaration
+class dStageActor_c; // forward declaration
class Physics {
public:
@@ -1045,7 +1046,7 @@ public:
ActivePhysics();
virtual ~ActivePhysics();
- dActor_c *owner; // should be dStageActor? dunno
+ dStageActor_c *owner;
u32 _8;
u32 _C;
ActivePhysics *listPrev, *listNext;