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, 2 insertions, 2 deletions
diff --git a/engines/cruise/actor.h b/engines/cruise/actor.h
index 57db753460..750d2a8282 100644
--- a/engines/cruise/actor.h
+++ b/engines/cruise/actor.h
@@ -33,7 +33,7 @@ enum animPhase
ANIM_PHASE_STATIC = 1,
ANIM_PHASE_MOVE = 2,
ANIM_PHASE_STATIC_END = 3,
- ANIM_PHASE_END = 4,
+ ANIM_PHASE_END = 4
};
typedef enum animPhase animPhase;
@@ -71,4 +71,4 @@ void processActors(void);
void getPixel(int x, int y);
} // End of namespace Cruise
-#endif \ No newline at end of file
+#endif