diff --git a/screenshot.c b/screenshot.c index 791957bc7e..8c20fcc920 100644 --- a/screenshot.c +++ b/screenshot.c @@ -432,7 +432,7 @@ void InitializeScreenshotFormats(void) } _cur_screenshot_format = j; _num_screenshot_formats = lengthof(_screenshot_formats); - make_screenshot = SC_NONE; + current_screenshot_type = SC_NONE; } const char *GetScreenshotFormatDesc(int i)