diff --git a/include/game.h b/include/game.h index 9cb1628..dc20675 100644 --- a/include/game.h +++ b/include/game.h @@ -29,7 +29,7 @@ #define FALSE 0 #ifdef IIGS -#define GAME_PERIOD 72 +#define GAME_PERIOD 64 #else #define GAME_PERIOD 75 #endif