aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/actor.h')
-rw-r--r--engines/cruise/actor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/cruise/actor.h b/engines/cruise/actor.h
index 6769d14c90..920f067f4d 100644
--- a/engines/cruise/actor.h
+++ b/engines/cruise/actor.h
@@ -61,11 +61,6 @@ struct actorStruct {
int16 freeze;
};
-extern int raoul_move[][13];
-extern int raoul_end[][13];
-extern int raoul_stat[][13];
-extern int raoul_invstat[][13];
-
int16 mainProc13(int overlayIdx, int param1, actorStruct * pStartEntry, int param2);
actorStruct *findActor(actorStruct *pStartEntry, int overlayIdx, int objIdx, int type);
void processAnimation(void);