mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 23:26:34 +00:00
(svn r1885) Fix typo in r1884
This commit is contained in:
parent
431447ef87
commit
9f4e45d333
@ -842,7 +842,7 @@ void CheckExternalFiles(void)
|
||||
*/
|
||||
if (win == 5) {
|
||||
_use_dos_palette = false;
|
||||
} else if (dos == 5 || (win == 0 && dos > 0) {
|
||||
} else if (dos == 5 || (win == 0 && dos > 0)) {
|
||||
_use_dos_palette = true;
|
||||
} else {
|
||||
_use_dos_palette = false;
|
||||
|
Loading…
Reference in New Issue
Block a user