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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/cruise/actor.h b/engines/cruise/actor.h
index 8df405f32e..0485fcc003 100644
--- a/engines/cruise/actor.h
+++ b/engines/cruise/actor.h
@@ -35,8 +35,6 @@ enum animPhase {
ANIM_PHASE_END = 4
};
-typedef enum animPhase animPhase;
-
struct actorStruct {
struct actorStruct *next;
struct actorStruct *prev;
@@ -62,8 +60,6 @@ struct actorStruct {
int16 freeze;
};
-typedef struct actorStruct actorStruct;
-
extern int raoul_move[][13];
extern int raoul_end[][13];
extern int raoul_stat[][13];