aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/intern.h
diff options
context:
space:
mode:
authorTravis Howell2006-10-27 12:55:48 +0000
committerTravis Howell2006-10-27 12:55:48 +0000
commitf1accee70239fe3ca0d83007099bf45f27e700c2 (patch)
treec33541830be26b4a92492dbddddd8d055a010c2a /engines/agos/intern.h
parent231d6064de45ffc589e5b913194065488579fbcf (diff)
downloadscummvm-rg350-f1accee70239fe3ca0d83007099bf45f27e700c2.tar.gz
scummvm-rg350-f1accee70239fe3ca0d83007099bf45f27e700c2.tar.bz2
scummvm-rg350-f1accee70239fe3ca0d83007099bf45f27e700c2.zip
Cleanup
svn-id: r24531
Diffstat (limited to 'engines/agos/intern.h')
-rw-r--r--engines/agos/intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/intern.h b/engines/agos/intern.h
index 573c900f69..eab0d9a449 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -205,7 +205,7 @@ enum SubObjectFlags {
};
enum GameFeatures {
- GF_TALKIE = 1 << 0,
+ GF_TALKIE = 1 << 0,
GF_OLD_BUNDLE = 1 << 1,
GF_CRUNCHED = 1 << 2,
GF_CRUNCHED_GAMEPC = 1 << 3,
@@ -222,7 +222,7 @@ enum GameFileTypes {
GAME_STRFILE = 1 << 4,
GAME_RMSLFILE = 1 << 5,
GAME_TBLFILE = 1 << 6,
- GAME_XTBLFILE = 1 << 7,
+ GAME_XTBLFILE = 1 << 7,
GAME_GFXIDXFILE = 1 << 8
};