diff options
| author | Filippos Karapetis | 2014-04-27 22:54:57 +0300 | 
|---|---|---|
| committer | Filippos Karapetis | 2014-04-27 22:54:57 +0300 | 
| commit | 29234dc34d12e0f5fc28819bef34d394d3143b4b (patch) | |
| tree | 5a4872f3d45d3af3491830d5a9232d1207e58b2d | |
| parent | 027a2f3710b05fcefc5135ad9a2b562f7c1ab50c (diff) | |
| download | scummvm-rg350-29234dc34d12e0f5fc28819bef34d394d3143b4b.tar.gz scummvm-rg350-29234dc34d12e0f5fc28819bef34d394d3143b4b.tar.bz2 scummvm-rg350-29234dc34d12e0f5fc28819bef34d394d3143b4b.zip | |
MADS: Remove the unused GType_Riddle game ID (it's an M4 game)
| -rw-r--r-- | engines/mads/mads.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/engines/mads/mads.h b/engines/mads/mads.h index 5ae8b8eac5..d6a2a848bc 100644 --- a/engines/mads/mads.h +++ b/engines/mads/mads.h @@ -63,8 +63,7 @@ enum MADSDebugChannels {  enum {  	GType_RexNebular = 0,  	GType_Dragonsphere = 1, -	GType_Phantom = 2, -	GType_Riddle = 3 +	GType_Phantom = 2  };  enum ScreenFade { | 
