(svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so new AIs/NewGRFs inside a tar file are found

This commit is contained in:
yexo
2010-08-03 13:32:02 +00:00
parent 87386cabc4
commit 04a9a58ecd
3 changed files with 3 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
void AIScanner::RescanAIDir()
{
TarScanner::DoScan();
this->ScanScriptDir("info.nut", AI_DIR);
this->ScanScriptDir("library.nut", AI_LIBRARY_DIR);
}