[Scummvm-cvs-logs] scummvm master -> 15a4371b2d651a382cf077b1e1edef0b21c48685

sylvaintv sylvaintv at gmail.com
Thu Mar 19 22:41:34 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
15a4371b2d TOON: Fix bad enum syntax


Commit: 15a4371b2d651a382cf077b1e1edef0b21c48685
    https://github.com/scummvm/scummvm/commit/15a4371b2d651a382cf077b1e1edef0b21c48685
Author: sylvaintv (sylvaintv at gmail.com)
Date: 2015-03-19T22:40:29+01:00

Commit Message:
TOON: Fix bad enum syntax

Changed paths:
    engines/toon/toon.cpp



diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index ba455dd..09f865f 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
 };
 
 






More information about the Scummvm-git-logs mailing list