diff 3x666.c @ 39:da3a7c376a84

Fix a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 03:28:17 +0200
parents 38b7583302c3
children 5714d6494163
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)
         {