changeset 39:da3a7c376a84

Fix a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 03:28:17 +0200
parents efb2709f3b00
children 61822816bba8
files 3x666.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3x666.c	Tue Mar 19 03:00:51 2013 +0200
+++ b/3x666.c	Tue Mar 19 03:28:17 2013 +0200
@@ -1068,7 +1068,7 @@
 
         // Draw frame
         engine.frameTime = SDL_GetTicks();
-        int qt = engineGetTick(&engine);
+        int qt = engineGetTick();
 
         if (SDL_MUSTLOCK(engine.screen) != 0 && SDL_LockSurface(engine.screen) != 0)
         {