Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast authored Oct 22, 2024
1 parent 8a5a613 commit 86f63e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2-ui/windows/StaffFirePrompt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace OpenRCT2::Ui::Windows

Peep* peep = GetEntity<Staff>(EntityId::FromUnderlying(number));
// The staff member may have been fired in the meantime.
if (peep == nulltr)
if (peep == nullptr)
{
return;
}
Expand Down

0 comments on commit 86f63e1

Please sign in to comment.