mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
Rename String methods to use lowerCamelCase
This commit is contained in:
@@ -432,7 +432,7 @@ int32_t CommandLineForScreenshot(const char** argv, int32_t argc, ScreenshotOpti
|
||||
}
|
||||
}
|
||||
|
||||
bool giantScreenshot = (argc == 5) && String::IEquals(argv[2], "giant");
|
||||
bool giantScreenshot = (argc == 5) && String::iequals(argv[2], "giant");
|
||||
if (argc != 4 && argc != 8 && !giantScreenshot)
|
||||
{
|
||||
std::printf("Usage: openrct2 screenshot <file> <output_image> <width> <height> [<x> <y> <zoom> <rotation>]\n");
|
||||
|
||||
Reference in New Issue
Block a user