summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index cf2444aac..b5f8d2e47 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -1268,7 +1268,7 @@ DEF_CONSOLE_CMD(ConRescanNewGRF)
}
TarScanner::DoScan();
- ScanNewGRFFiles();
+ ScanNewGRFFiles(NULL);
return true;
}