X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=dc7dba8b2db2c763e19ee8cc274c38d73cc50b06;hp=d6ede9ffd169ed8808177c144864940f957fe260;hb=e617cc94b68c43105fc3c06d26d31c9bc99161a4;hpb=6af16a4497e5c9e15eb24700ba8e8db0a13e0202 diff --git a/src/libgame/system.c b/src/libgame/system.c index d6ede9ff..dc7dba8b 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -570,6 +570,7 @@ void InitVideoBuffer(int width, int height, int depth, boolean fullscreen) video.window_scaling_available = WINDOW_SCALING_STATUS; + video.frame_counter = 0; video.frame_delay = 0; video.frame_delay_value = GAME_FRAME_DELAY;