mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r24491) -Fix: compilation error with networking disabled
This commit is contained in:
parent
7284d716bc
commit
4563c50c91
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user