mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Clang tidy Part 1: Ui Project Function Names (#15956)
* Add NOLINT around STL using classes and vendor functions * Apply clang-tidy to ui project function names * Undo scripting clang-format * Upper case OpenRCT2 and RCT2
This commit is contained in:
@@ -1936,7 +1936,7 @@ private:
|
||||
this->Invalidate();
|
||||
break;
|
||||
case WIDX_TITLE_SEQUENCE_BUTTON:
|
||||
window_title_editor_open(0);
|
||||
WindowTitleEditorOpen(0);
|
||||
break;
|
||||
case WIDX_SCENARIO_UNLOCKING:
|
||||
gConfigGeneral.scenario_unlocking_enabled ^= 1;
|
||||
@@ -2441,7 +2441,7 @@ private:
|
||||
*
|
||||
* rct2: 0x006BAC5B
|
||||
*/
|
||||
rct_window* window_options_open()
|
||||
rct_window* WindowOptionsOpen()
|
||||
{
|
||||
auto* window = window_bring_to_front_by_class(WC_OPTIONS);
|
||||
if (window == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user