mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r1885) Fix typo in r1884
This commit is contained in:
parent
9f14253baf
commit
4118a32cff
@ -842,7 +842,7 @@ void CheckExternalFiles(void)
|
|||||||
*/
|
*/
|
||||||
if (win == 5) {
|
if (win == 5) {
|
||||||
_use_dos_palette = false;
|
_use_dos_palette = false;
|
||||||
} else if (dos == 5 || (win == 0 && dos > 0) {
|
} else if (dos == 5 || (win == 0 && dos > 0)) {
|
||||||
_use_dos_palette = true;
|
_use_dos_palette = true;
|
||||||
} else {
|
} else {
|
||||||
_use_dos_palette = false;
|
_use_dos_palette = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user