Fix #8874: show a warning when a NewGRF scan is requested multiple times from the console (#9022)

This commit is contained in:
rubidium42
2021-04-12 20:53:04 +02:00
committed by GitHub
parent e722ea89f0
commit c4bccd4f70
3 changed files with 9 additions and 3 deletions

View File

@@ -81,6 +81,6 @@ void HandleExitGameRequest();
void SwitchToMode(SwitchMode new_mode);
void RequestNewGRFScan(struct NewGRFScanCallback *callback = nullptr);
bool RequestNewGRFScan(struct NewGRFScanCallback *callback = nullptr);
#endif /* OPENTTD_H */