1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +01:00

Remove RCT2 interop

This commit is contained in:
Ted John
2017-12-03 19:50:44 +00:00
parent caab169968
commit 99d7aaa2d6
49 changed files with 19 additions and 1837 deletions

View File

@@ -66,7 +66,6 @@
#include "object_list.h"
#include "platform/platform.h"
#include "rct1.h"
#include "rct2/interop.h"
#include "util/util.h"
using namespace OpenRCT2;
@@ -133,7 +132,6 @@ namespace OpenRCT2
#ifndef DISABLE_NETWORK
EVP_MD_CTX_destroy(gHashCTX);
#endif // DISABLE_NETWORK
rct2_interop_dispose();
delete _titleScreen;
@@ -276,12 +274,6 @@ namespace OpenRCT2
crash_init();
if (!rct2_interop_setup_segment())
{
log_fatal("Unable to load RCT2 data sector");
return false;
}
if (gConfigGeneral.last_run_version != nullptr && String::Equals(gConfigGeneral.last_run_version, OPENRCT2_VERSION))
{
gOpenRCT2ShowChangelog = false;
@@ -368,8 +360,6 @@ namespace OpenRCT2
theme_manager_initialise();
CopyOriginalUserFilesOver();
rct2_interop_setup_hooks();
if (!gOpenRCT2NoGraphics)
{
LoadBaseGraphics();