summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 12:51:18 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 12:51:18 +0000
commit6d51883a87be1d67e7cdad6e6207004b5a11df8f (patch)
tree01dfeaec1768179a76230259aa403700364c9c6d /src/network
parent5e7abe58f9aa5d4cfee31d043544405213cb121f (diff)
downloadopenttd-6d51883a87be1d67e7cdad6e6207004b5a11df8f.tar.xz
(svn r22793) -Codechange: remove callback default to make clear they are not forgotten
Diffstat (limited to 'src/network')
-rw-r--r--src/network/network_content_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_content_gui.cpp b/src/network/network_content_gui.cpp
index 498ef4918..3e901116d 100644
--- a/src/network/network_content_gui.cpp
+++ b/src/network/network_content_gui.cpp
@@ -114,7 +114,7 @@ public:
break;
case CONTENT_TYPE_NEWGRF:
- ScanNewGRFFiles();
+ ScanNewGRFFiles(NULL);
break;
case CONTENT_TYPE_SCENARIO: