mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-14 10:09:11 +00:00
(svn r2065) -Fix: reverted revision 2044, because it had more negative effects than positive
This commit is contained in:
@@ -1347,6 +1347,9 @@ int LoadUnloadVehicle(Vehicle *v)
|
||||
|
||||
v->cur_speed = 0;
|
||||
|
||||
old_player = _current_player;
|
||||
_current_player = v->owner;
|
||||
|
||||
st = GetStation(last_visited = v->last_station_visited);
|
||||
|
||||
for (; v != NULL; v = v->next) {
|
||||
@@ -1453,9 +1456,6 @@ int LoadUnloadVehicle(Vehicle *v)
|
||||
TriggerVehicle(v, VEHICLE_TRIGGER_EMPTY);
|
||||
}
|
||||
|
||||
old_player = _current_player;
|
||||
_current_player = v->owner;
|
||||
|
||||
if (result != 0) {
|
||||
InvalidateWindow(WC_VEHICLE_DETAILS, v->index);
|
||||
|
||||
|
Reference in New Issue
Block a user