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:
@@ -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