(svn r22826) -Codechange: pass sub directory to NewGRF loading functions

This commit is contained in:
rubidium
2011-08-24 13:48:29 +00:00
parent 26788cf363
commit af80e9106e
5 changed files with 31 additions and 14 deletions

View File

@@ -180,7 +180,7 @@ static void LoadSpriteTables()
case PAL_WINDOWS: master->palette |= GRFP_GRF_WINDOWS; break;
default: break;
}
FillGRFDetails(master, false);
FillGRFDetails(master, false, BASESET_DIR);
ClrBit(master->flags, GCF_INIT_ONLY);
master->next = top;