(svn r22793) -Codechange: remove callback default to make clear they are not forgotten

This commit is contained in:
rubidium
2011-08-21 12:51:18 +00:00
parent 5e7abe58f9
commit 6d51883a87
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ public:
break;
case CONTENT_TYPE_NEWGRF:
ScanNewGRFFiles();
ScanNewGRFFiles(NULL);
break;
case CONTENT_TYPE_SCENARIO: