aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/cruise.h
diff options
context:
space:
mode:
authorPaul Gilbert2009-03-16 09:45:37 +0000
committerPaul Gilbert2009-03-16 09:45:37 +0000
commit34d3d7c74dcdd36acf6172c02ca3874c75073852 (patch)
treef91c12e150cab7a51553262e36bfdde0c84119d5 /engines/cruise/cruise.h
parent7d85194eaae2e741ca9b2e55c91eaa2cdf4ff0c3 (diff)
downloadscummvm-rg350-34d3d7c74dcdd36acf6172c02ca3874c75073852.tar.gz
scummvm-rg350-34d3d7c74dcdd36acf6172c02ca3874c75073852.tar.bz2
scummvm-rg350-34d3d7c74dcdd36acf6172c02ca3874c75073852.zip
Code formatting, added further constant references, and corrected method signatures
svn-id: r39445
Diffstat (limited to 'engines/cruise/cruise.h')
-rw-r--r--engines/cruise/cruise.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cruise/cruise.h b/engines/cruise/cruise.h
index c8bc52045e..a3fcd0216b 100644
--- a/engines/cruise/cruise.h
+++ b/engines/cruise/cruise.h
@@ -40,7 +40,7 @@ enum CruiseGameType {
GType_CRUISE = 1
};
-#define GAME_FRAME_DELAY 70
+#define GAME_FRAME_DELAY 40
#define MAX_LANGUAGE_STRINGS 25
@@ -117,7 +117,6 @@ enum {
kCmpLT = (1 << 2)
};
-
} // End of namespace Cruise
#endif