1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

clean up the logo and make it scalable

- fixes #1776: graphical glitches on intro
- fixes #708: screen turns white when resizing intro
This commit is contained in:
Ted John
2016-05-13 21:36:07 +01:00
parent bf39225ca6
commit b58766aa3f
8 changed files with 152 additions and 145 deletions

View File

@@ -20,6 +20,7 @@
#include "../drawing/drawing.h"
#include "../game.h"
#include "../image_io.h"
#include "../intro.h"
#include "../localisation/localisation.h"
#include "../openrct2.h"
#include "../platform/platform.h"
@@ -301,7 +302,7 @@ int cmdline_for_screenshot(const char **argv, int argc)
if (openrct2_initialise()) {
rct2_open_file(inputPath);
RCT2_GLOBAL(RCT2_ADDRESS_RUN_INTRO_TICK_PART, uint8) = 0;
gIntroState = INTRO_STATE_NONE;
gScreenFlags = SCREEN_FLAGS_PLAYING;
int mapSize = gMapSize;