mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
These function names have not reflected their use for a while (#20656)
This commit is contained in:
@@ -564,7 +564,7 @@ void PeepWindowStateUpdate(Peep* peep)
|
||||
{
|
||||
WindowBase* w = WindowFindByNumber(WindowClass::Peep, peep->Id.ToUnderlying());
|
||||
if (w != nullptr)
|
||||
WindowEventInvalidateCall(w);
|
||||
WindowEventOnPrepareDrawCall(w);
|
||||
|
||||
if (peep->Is<Guest>())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user