mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type
This commit is contained in:
parent
ecc89d5965
commit
b36cbeba58
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user