revert some cutscene changes since we don't need them anymore
This commit is contained in:
parent
db6c5cbc6f
commit
a8f1ff85fd
3 changed files with 6 additions and 9 deletions
4
render.c
4
render.c
|
@ -149,9 +149,9 @@ DWORD WINAPI render_main(void)
|
|||
|
||||
SwapBuffers(ddraw->render.hDC);
|
||||
|
||||
if((ddraw->render.maxfps > 0))
|
||||
if(ddraw->render.maxfps > 0)
|
||||
{
|
||||
tick_end = timeGetTime();
|
||||
tick_end = timeGetTime();
|
||||
|
||||
if(tick_end - tick_start < frame_len)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue