lower auto fskip for wiz, it seems to be too agressive

This commit is contained in:
notaz 2009-06-08 02:01:00 +03:00
parent cd4e2bda37
commit 8ff85457e3
1 changed files with 3 additions and 0 deletions

3
gui.c
View File

@ -740,6 +740,9 @@ s32 load_game_config_file()
current_frameskip_type = auto_frameskip;
frameskip_value = 4;
#ifdef WIZ_BUILD
frameskip_value = 1;
#endif
random_skip = 0;
clock_speed = default_clock_speed;