diff options
author | rubidium <rubidium@openttd.org> | 2011-08-20 17:46:03 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-08-20 17:46:03 +0000 |
commit | 327c5dd10c5bf85ee986285979f8505024d19d89 (patch) | |
tree | a5ac828e2d2a15d8baf1a7dcae34d5db52c3e6f2 /src/console_cmds.cpp | |
parent | 66bab6aeff0c731b400d341a20a36b590499a010 (diff) | |
download | openttd-327c5dd10c5bf85ee986285979f8505024d19d89.tar.xz |
(svn r22771) -Codechange: unify some NewGRFScan calling code
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r-- | src/console_cmds.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index e5b8ad7e5..cf2444aac 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -1269,7 +1269,6 @@ DEF_CONSOLE_CMD(ConRescanNewGRF) TarScanner::DoScan(); ScanNewGRFFiles(); - InvalidateWindowData(WC_GAME_OPTIONS, 0, GOID_NEWGRF_RESCANNED); return true; } |