mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
(svn r24491) -Fix: compilation error with networking disabled
This commit is contained in:
@@ -181,6 +181,4 @@ extern const TextColour _fios_colours[];
|
||||
void BuildFileList();
|
||||
void SetFiosType(const byte fiostype);
|
||||
|
||||
const char *FindScenario(const ContentInfo *ci, bool md5sum);
|
||||
|
||||
#endif /* FIOS_H */
|
||||
|
@@ -130,6 +130,7 @@ const char *ContentInfo::GetTextfile(TextfileType type) const
|
||||
break;
|
||||
case CONTENT_TYPE_SCENARIO:
|
||||
case CONTENT_TYPE_HEIGHTMAP:
|
||||
extern const char *FindScenario(const ContentInfo *ci, bool md5sum);
|
||||
tmp = FindScenario(this, true);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user