changeset 4185:391db8b4c3b9 draft

(svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type
author belugas <belugas@openttd.org>
date Fri, 28 Jul 2006 22:01:43 +0000
parents 0a14166e8dd5
children d60e73f5151b
files screenshot.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/screenshot.c
+++ b/screenshot.c
@@ -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)