Add game event for TBTR replacement attempt

This commit is contained in:
Jonathan G Rennison
2019-05-19 18:38:02 +01:00
parent 2740537632
commit 5b7d1f7f80
3 changed files with 4 additions and 0 deletions

View File

@@ -1379,6 +1379,8 @@ void CallVehicleTicks()
bool leaveDepot = it->second;
_vehicles_to_autoreplace.erase(it);
RegisterGameEvents(GEF_TBTR_REPLACEMENT);
/* Store the position of the effect as the vehicle pointer will become invalid later */
int x = t->x_pos;
int y = t->y_pos;