aboutsummaryrefslogtreecommitdiff
path: root/fifteen.c
diff options
context:
space:
mode:
Diffstat (limited to 'fifteen.c')
-rw-r--r--fifteen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fifteen.c b/fifteen.c
index 3965844..de5a340 100644
--- a/fifteen.c
+++ b/fifteen.c
@@ -19,8 +19,8 @@ const int game_can_configure = TRUE;
#define COORD(x) ( (x) * TILE_SIZE + BORDER )
#define FROMCOORD(x) ( ((x) - BORDER + TILE_SIZE) / TILE_SIZE - 1 )
-#define ANIM_TIME 0.1F
-#define FLASH_FRAME 0.1F
+#define ANIM_TIME 0.13F
+#define FLASH_FRAME 0.13F
#define X(state, i) ( (i) % (state)->w )
#define Y(state, i) ( (i) / (state)->w )