mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-02 11:29:10 +00:00
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
This commit is contained in:
@@ -357,7 +357,7 @@ static void LoadSpriteTables()
|
||||
}
|
||||
|
||||
/* Load additional sprites for climates other than temperate */
|
||||
if (_opt.landscape != LT_NORMAL) {
|
||||
if (_opt.landscape != LT_TEMPERATE) {
|
||||
LoadGrfIndexed(
|
||||
files->landscape[_opt.landscape - 1].filename,
|
||||
_landscape_spriteindexes[_opt.landscape - 1],
|
||||
|
Reference in New Issue
Block a user