diff --git a/src/core/system.cpp b/src/core/system.cpp index 5628c1f3c..e24835af5 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -2401,6 +2401,8 @@ void DoRewind() { s_rewind_load_counter--; } + + s_next_frame_time += s_frame_period; } void SaveRunaheadState()