aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/draw.h')
-rw-r--r--src/sdl/draw.h2
1 files changed, 1 insertions, 1 deletions
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;