1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

Fix a few warnings

This commit is contained in:
Toni Spets 2010-12-11 18:58:58 +02:00
parent a8cdb4e2f2
commit 1ecc6bb248

View File

@ -52,9 +52,9 @@ DWORD WINAPI render_main(void)
} }
} }
DWORD tick_start; DWORD tick_start = 0;
DWORD tick_end; DWORD tick_end = 0;
DWORD frame_len; DWORD frame_len = 0;
if(ddraw->render.maxfps < 0) if(ddraw->render.maxfps < 0)
{ {