aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/cge2.h2
-rw-r--r--engines/cge2/snail.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index 833cb66c72..81b2071f95 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -116,7 +116,7 @@ struct SavegameHeader;
// our engine debug channels
enum {
- kCGE2DebugOpcode = 1 << 0,
+ kCGE2DebugOpcode = 1 << 0
};
enum CallbackType {
diff --git a/engines/cge2/snail.h b/engines/cge2/snail.h
index 55da49045f..62201a9ab8 100644
--- a/engines/cge2/snail.h
+++ b/engines/cge2/snail.h
@@ -89,7 +89,7 @@ enum CommandType {
kCmdUncover, // UNCOVER <sp1> <sp2> :: restore the state before COVER
kCmdExec,
- kCmdGhost,
+ kCmdGhost
};
class CommandHandler {