mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Replace our own integer types with standard ones
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
using namespace OpenRCT2;
|
||||
|
||||
constexpr sint32 updatesToTest = 10;
|
||||
constexpr int32_t updatesToTest = 10;
|
||||
|
||||
TEST(MultiLaunchTest, all)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user