diff options
author | belugas <belugas@openttd.org> | 2006-07-28 22:01:43 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-07-28 22:01:43 +0000 |
commit | b36cbeba58d435d6a1a2b7c7da850b29f519333d (patch) | |
tree | 972b9c0fa0392fd7c5da7b7234f7a3d92f8c4e7d /screenshot.c | |
parent | ecc89d596597d7e450b69370233d6f23fa5728cf (diff) | |
download | openttd-b36cbeba58d435d6a1a2b7c7da850b29f519333d.tar.xz |
(svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type
Diffstat (limited to 'screenshot.c')
-rw-r--r-- | screenshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |