(svn r22793) -Codechange: remove callback default to make clear they are not forgotten
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
break;
|
||||
|
||||
case CONTENT_TYPE_NEWGRF:
|
||||
ScanNewGRFFiles();
|
||||
ScanNewGRFFiles(NULL);
|
||||
break;
|
||||
|
||||
case CONTENT_TYPE_SCENARIO:
|
||||
|
Reference in New Issue
Block a user