revert some cutscene changes since we don't need them anymore

This commit is contained in:
FunkyFr3sh 2017-11-14 04:46:52 +01:00
parent db6c5cbc6f
commit a8f1ff85fd
3 changed files with 6 additions and 9 deletions

View file

@ -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)
{