aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/toon/toon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index ba455dd08c..09f865f798 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -593,11 +593,11 @@ enum OptionMenuSelections {
OPTIONMENUHOTSPOT_VOLUMEVOICESLIDER = 10,
OPTIONMENUHOTSPOT_SPEAKERBUTTON = 11,
OPTIONMENUHOTSPOT_SPEAKERLEVER = 12,
- OPTIONMENUHOTSPOT_VIDEO_MODE = 13,
+ OPTIONMENUHOTSPOT_VIDEO_MODE = 13
};
enum OptionMenuMasks {
- OPTIONMENUMASK_EVERYWHERE = 1,
+ OPTIONMENUMASK_EVERYWHERE = 1
};