mirror of https://github.com/OpenTTD/OpenTTD
(svn r5627) Fix (r5626) : Forgot to rename one instance make_screenshot to current_screenshot_type
parent
ecc89d5965
commit
b36cbeba58
|
@ -432,7 +432,7 @@ void InitializeScreenshotFormats(void)
|
||||||
}
|
}
|
||||||
_cur_screenshot_format = j;
|
_cur_screenshot_format = j;
|
||||||
_num_screenshot_formats = lengthof(_screenshot_formats);
|
_num_screenshot_formats = lengthof(_screenshot_formats);
|
||||||
make_screenshot = SC_NONE;
|
current_screenshot_type = SC_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *GetScreenshotFormatDesc(int i)
|
const char *GetScreenshotFormatDesc(int i)
|
||||||
|
|
Loading…
Reference in New Issue