mirror of https://github.com/OpenTTD/OpenTTD
Merge branch 'master' into master
commit
1d6d582fe5
|
@ -805,8 +805,6 @@ int openttd_main(std::span<char * const> arguments)
|
||||||
GenerateWorld(GWM_EMPTY, 64, 64); // Make the viewport initialization happy
|
GenerateWorld(GWM_EMPTY, 64, 64); // Make the viewport initialization happy
|
||||||
LoadIntroGame(false);
|
LoadIntroGame(false);
|
||||||
|
|
||||||
CheckForMissingGlyphs();
|
|
||||||
|
|
||||||
/* ScanNewGRFFiles now has control over the scanner. */
|
/* ScanNewGRFFiles now has control over the scanner. */
|
||||||
RequestNewGRFScan(scanner.release());
|
RequestNewGRFScan(scanner.release());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue