(svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type
authorbelugas
Fri, 28 Jul 2006 22:01:43 +0000
changeset 4185 50a4d6493690
parent 4184 f38abcb8b18d
child 4186 853361bea03b
(svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type
screenshot.c
--- a/screenshot.c	Fri Jul 28 21:51:00 2006 +0000
+++ b/screenshot.c	Fri Jul 28 22:01:43 2006 +0000
@@ -432,7 +432,7 @@
 		}
 	_cur_screenshot_format = j;
 	_num_screenshot_formats = lengthof(_screenshot_formats);
-	make_screenshot = SC_NONE;
+	current_screenshot_type = SC_NONE;
 }
 
 const char *GetScreenshotFormatDesc(int i)