(svn r22771) -Codechange: unify some NewGRFScan calling code

This commit is contained in:
rubidium
2011-08-20 17:46:03 +00:00
parent 9b72c8acf2
commit afe407322d
4 changed files with 24 additions and 26 deletions

View File

@@ -1269,7 +1269,6 @@ DEF_CONSOLE_CMD(ConRescanNewGRF)
TarScanner::DoScan();
ScanNewGRFFiles();
InvalidateWindowData(WC_GAME_OPTIONS, 0, GOID_NEWGRF_RESCANNED);
return true;
}