mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Rename snake_case Class names (Remaining Bits) (#19237)
* Rename snake_case Class names * Clang format * Fix build issues
This commit is contained in:
@@ -565,7 +565,7 @@ void PeepDecrementNumRiders(Peep* peep)
|
||||
*/
|
||||
void PeepWindowStateUpdate(Peep* peep)
|
||||
{
|
||||
rct_window* w = WindowFindByNumber(WindowClass::Peep, peep->sprite_index.ToUnderlying());
|
||||
WindowBase* w = WindowFindByNumber(WindowClass::Peep, peep->sprite_index.ToUnderlying());
|
||||
if (w != nullptr)
|
||||
WindowEventInvalidateCall(w);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user