(svn r22793) -Codechange: remove callback default to make clear they are not forgotten

This commit is contained in:
rubidium
2011-08-21 12:51:18 +00:00
parent c99364e025
commit 54f52a26a4
3 changed files with 3 additions and 3 deletions

View File

@@ -1268,7 +1268,7 @@ DEF_CONSOLE_CMD(ConRescanNewGRF)
}
TarScanner::DoScan();
ScanNewGRFFiles();
ScanNewGRFFiles(NULL);
return true;
}