diff options
Diffstat (limited to 'screenshot.c')
-rw-r--r-- | screenshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.c b/screenshot.c index 791957bc7..8c20fcc92 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) |