mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Use nullptr where possible
This commit is contained in:
committed by
GitHub
parent
56ab7e9c09
commit
b2bc974fe7
@@ -156,7 +156,7 @@ static void cheat_fix_rides()
|
||||
{
|
||||
mechanic = ride_get_assigned_mechanic(ride);
|
||||
|
||||
if (mechanic != NULL){
|
||||
if (mechanic != nullptr){
|
||||
remove_peep_from_ride(mechanic);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user