From 29234dc34d12e0f5fc28819bef34d394d3143b4b Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 27 Apr 2014 22:54:57 +0300 Subject: MADS: Remove the unused GType_Riddle game ID (it's an M4 game) --- engines/mads/mads.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines') 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 { -- cgit v1.2.3