Fix a few warnings
This commit is contained in:
parent
a8cdb4e2f2
commit
1ecc6bb248
1 changed files with 3 additions and 3 deletions
6
render.c
6
render.c
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue