summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-20 17:46:03 +0000
committerrubidium <rubidium@openttd.org>2011-08-20 17:46:03 +0000
commit327c5dd10c5bf85ee986285979f8505024d19d89 (patch)
treea5ac828e2d2a15d8baf1a7dcae34d5db52c3e6f2 /src/console_cmds.cpp
parent66bab6aeff0c731b400d341a20a36b590499a010 (diff)
downloadopenttd-327c5dd10c5bf85ee986285979f8505024d19d89.tar.xz
(svn r22771) -Codechange: unify some NewGRFScan calling code
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp1
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;
}