mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 19:25:12 +01:00
Rename snake_case functions in OpenRCT2/util folder
This commit is contained in:
@@ -266,7 +266,7 @@ void TitleScreen::TitleInitialise()
|
||||
while (!safeSequence)
|
||||
{
|
||||
size_t total = TitleSequenceManager::GetCount();
|
||||
random = util_rand() % static_cast<int32_t>(total);
|
||||
random = UtilRand() % static_cast<int32_t>(total);
|
||||
const utf8* scName = TitleSequenceManagerGetName(random);
|
||||
safeSequence = true;
|
||||
if (scName == RCT1String)
|
||||
|
||||
Reference in New Issue
Block a user