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
1 changed files with 0 additions and 1 deletions

View File

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