diff options
-rw-r--r-- | engines/groovie/groovie.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/groovie/groovie.h b/engines/groovie/groovie.h index df2f062757..c66e54b500 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, |