You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix RCT2 builds
Due to increased warnings unreachable code warning was causing a failure to compile.
This commit is contained in:
@@ -130,7 +130,6 @@ __declspec(dllexport) sint32 StartOpenRCT(HINSTANCE hInstance, HINSTANCE hPrevIn
|
||||
}
|
||||
|
||||
exit(gExitCode);
|
||||
return gExitCode;
|
||||
}
|
||||
|
||||
#endif // NO_RCT2
|
||||
|
||||
Reference in New Issue
Block a user