From df812e3dcd0af5ba932264d7ca1e0131a4a43019 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 16 Jan 2019 12:09:25 -0500 Subject: animate failed moves --- src/sdl/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdl/draw.h') diff --git a/src/sdl/draw.h b/src/sdl/draw.h index f947a70..919f362 100644 --- a/src/sdl/draw.h +++ b/src/sdl/draw.h @@ -27,7 +27,7 @@ typedef struct { // render offset int render_ofs_x, render_ofs_y; - Uint32 ticks; + Uint32 ticks, bump_ticks; const theme_t * const theme; -- cgit v1.2.3