1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Start moving code from OpenRCT2 to Context

This commit is contained in:
Ted John
2017-03-26 21:04:14 +01:00
committed by Gymnasiast
parent 9d24e47e6f
commit 7163973bd2
16 changed files with 621 additions and 585 deletions

View File

@@ -288,7 +288,7 @@ sint32 cmdline_for_screenshot(const char **argv, sint32 argc)
}
gOpenRCT2Headless = true;
if (openrct2_initialise()) {
// if (openrct2_initialise()) {
drawing_engine_init();
rct2_open_file(inputPath);
@@ -373,7 +373,7 @@ sint32 cmdline_for_screenshot(const char **argv, sint32 argc)
free(dpi.bits);
drawing_engine_dispose();
}
openrct2_dispose();
// }
// openrct2_dispose();
return 1;
}