(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 33a0f0f80965
parent 4184 541f819f2125
child 4186 6e55c6f0908b
(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)