From 15a4371b2d651a382cf077b1e1edef0b21c48685 Mon Sep 17 00:00:00 2001 From: sylvaintv Date: Thu, 19 Mar 2015 22:40:29 +0100 Subject: TOON: Fix bad enum syntax --- engines/toon/toon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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 }; -- cgit v1.2.3