[Scummvm-cvs-logs] scummvm master -> 542b99bfe7afabe838e207795ceccc56b05ee73b

bluegr bluegr at gmail.com
Thu Nov 15 17:27:27 CET 2012


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:
542b99bfe7 GROOVIE: Added documentation for the GameSpeed enum


Commit: 542b99bfe7afabe838e207795ceccc56b05ee73b
    https://github.com/scummvm/scummvm/commit/542b99bfe7afabe838e207795ceccc56b05ee73b
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2012-11-15T08:26:15-08:00

Commit Message:
GROOVIE: Added documentation for the GameSpeed enum

Changed paths:
    engines/groovie/groovie.h



diff --git a/engines/groovie/groovie.h b/engines/groovie/groovie.h
index df2f062..c66e54b 100644
--- a/engines/groovie/groovie.h
+++ b/engines/groovie/groovie.h
@@ -72,6 +72,13 @@ enum DebugLevels {
 		// the current limitation is 32 debug levels (1 << 31 is the last one)
 };
 
+/**
+ * This enum reflects the available movie speed settings:
+ * - Normal:  both movies and 'teeth' animations are played at a normal speed
+ * - Tweaked: movies are played at a normal speed, 'teeth' animations at
+              increased speed
+ * - iOS:     both movies and 'teeth' animations are played at increased speed
+ */
 enum GameSpeed {
 	kGroovieSpeedNormal,
 	kGroovieSpeediOS,






More information about the Scummvm-git-logs mailing list