diff options
author | uruk | 2014-05-30 10:30:16 +0200 |
---|---|---|
committer | uruk | 2014-05-30 10:30:16 +0200 |
commit | 2c453f8f662e65b3b85593d6a00a85c347852e4b (patch) | |
tree | 31d37537e33e0208856be750d23c9368c2f3e002 /engines | |
parent | 60825760fd6eaa4a50c9a9e0bd9a2a5b0380d95c (diff) | |
download | scummvm-rg350-2c453f8f662e65b3b85593d6a00a85c347852e4b.tar.gz scummvm-rg350-2c453f8f662e65b3b85593d6a00a85c347852e4b.tar.bz2 scummvm-rg350-2c453f8f662e65b3b85593d6a00a85c347852e4b.zip |
CGE2: Fix some warnings.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/cge2.h | 2 | ||||
-rw-r--r-- | engines/cge2/cge2_main.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h index cac5a08936..66bcd911e9 100644 --- a/engines/cge2/cge2.h +++ b/engines/cge2/cge2.h @@ -45,7 +45,7 @@ class Text; struct HeroTab; class V3D; class V2D; -class Dac; +struct Dac; class Spare; class CommandHandler; class InfoLine; diff --git a/engines/cge2/cge2_main.h b/engines/cge2/cge2_main.h index 98e7fbb1a3..272cdf79d5 100644 --- a/engines/cge2/cge2_main.h +++ b/engines/cge2/cge2_main.h @@ -35,7 +35,6 @@ namespace CGE2 { #define kLineMax 512 #define kIntroExt ".I80" #define kTabName "CGE.TAB" -#define kInfoW 140 #define kPocketFull 170 #define kGameFrameDelay (750 / 50) #define kGameTickDelay (750 / 62) |