diff --git a/src/openrct2-ui/windows/StaffFirePrompt.cpp b/src/openrct2-ui/windows/StaffFirePrompt.cpp index 32f1620c7453..28c4528ee73c 100644 --- a/src/openrct2-ui/windows/StaffFirePrompt.cpp +++ b/src/openrct2-ui/windows/StaffFirePrompt.cpp @@ -79,7 +79,7 @@ namespace OpenRCT2::Ui::Windows Peep* peep = GetEntity(EntityId::FromUnderlying(number)); // The staff member may have been fired in the meantime. - if (peep == nulltr) + if (peep == nullptr) { return; }