(svn r22826) -Codechange: pass sub directory to NewGRF loading functions
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user