forked from mirror/OpenTTD
(svn r5685) - Codechange: s/FiosCheckFileExists/FioCheckFileExists/ to unify the naming of these functions.
This commit is contained in:
2
newgrf.c
2
newgrf.c
@@ -2996,7 +2996,7 @@ void LoadNewGRF(uint load_index, uint file_index)
|
||||
_cur_stage = stage;
|
||||
_cur_spriteid = load_index;
|
||||
for (c = _first_grfconfig; c != NULL; c = c->next) {
|
||||
if (!FiosCheckFileExists(c->filename)) {
|
||||
if (!FioCheckFileExists(c->filename)) {
|
||||
// TODO: usrerror()
|
||||
error("NewGRF file missing: %s", c->filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user