From b36cbeba58d435d6a1a2b7c7da850b29f519333d Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 28 Jul 2006 22:01:43 +0000 Subject: (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(-) (limited to 'screenshot.c') 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) -- cgit v1.2.3-54-g00ecf