diff options
-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 { |