1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

refactor g1Elements pointer and implement sub_68371D

This commit is contained in:
IntelOrca
2015-05-28 00:16:51 +01:00
parent 6c89274bb1
commit 101fed0dd9
14 changed files with 57 additions and 38 deletions

View File

@@ -525,7 +525,10 @@ static void platform_create_window()
SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, 0);
platform_load_cursors();
RCT2_CALLPROC_EBPSAFE(0x0068371D);
// TODO This should probably be called somewhere else. It has nothing to do with window creation and can be done as soon as
// g1.dat is loaded.
sub_68371D();
// Get window size
width = gConfigGeneral.window_width;