1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix RCT2 builds

Due to increased warnings unreachable code warning was causing a failure to compile.
This commit is contained in:
duncanspumpkin
2017-01-25 18:35:28 +00:00
parent 7eac99c9f0
commit 7cddd36feb

View File

@@ -130,7 +130,6 @@ __declspec(dllexport) sint32 StartOpenRCT(HINSTANCE hInstance, HINSTANCE hPrevIn
}
exit(gExitCode);
return gExitCode;
}
#endif // NO_RCT2