Fix segments pointer type

This commit is contained in:
Michał Janiszewski 2016-08-08 00:47:24 +02:00
parent 95ef81b4c8
commit 79e755a36b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
int gExitCode;
int fdData;
void *segments = (void *)(GOOD_PLACE_FOR_DATA_SEGMENT);
char *segments = (void *)(GOOD_PLACE_FOR_DATA_SEGMENT);
int gOpenRCT2StartupAction = STARTUP_ACTION_TITLE;
utf8 gOpenRCT2StartupActionPath[512] = { 0 };