From b36cbeba58d435d6a1a2b7c7da850b29f519333d Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 28 Jul 2006 22:01:43 +0000 Subject: [PATCH] (svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type --- screenshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)