diff --git a/include/game.h b/include/game.h index 8bec5dc..9cb1628 100644 --- a/include/game.h +++ b/include/game.h @@ -28,7 +28,11 @@ #define TRUE 1 #define FALSE 0 +#ifdef IIGS +#define GAME_PERIOD 72 +#else #define GAME_PERIOD 75 +#endif #define GAME_BOMBS_INIT 6 #define GAME_BULLETS_INIT 6