(svn r24674) -Fix (r24466, r23234) [FS#5358]: Downloaded heightmaps could not be used anymore. (sbr)

This commit is contained in:
frosch 2012-11-08 21:41:00 +00:00
parent 1efd1ffa82
commit a443375d44
1 changed files with 2 additions and 3 deletions

View File

@ -241,9 +241,8 @@ Subdirectory GetContentInfoSubDir(ContentType type)
case CONTENT_TYPE_BASE_MUSIC:
return BASESET_DIR;
case CONTENT_TYPE_SCENARIO:
case CONTENT_TYPE_HEIGHTMAP:
return SCENARIO_DIR;
case CONTENT_TYPE_SCENARIO: return SCENARIO_DIR;
case CONTENT_TYPE_HEIGHTMAP: return HEIGHTMAP_DIR;
}
}
#endif /* OPENTTD_MSU */