diff --git a/sim_video.c b/sim_video.c index d58cd339..198c80b1 100644 --- a/sim_video.c +++ b/sim_video.c @@ -709,6 +709,7 @@ vptr->vid_height = height; vptr->vid_mouse_captured = FALSE; vptr->vid_cursor_visible = (vptr->vid_flags & SIM_VID_INPUTCAPTURED); vptr->vid_blending = FALSE; +vptr->vid_ready = FALSE; if (!vid_active) { vid_key_events.head = 0;