summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 1156befb7..0891d27a1 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -449,10 +449,10 @@ void ChangeOwnershipOfPlayerItems(PlayerID old_player, PlayerID new_player)
UpdateLevelCrossing(tile);
}
} while (++tile != MapSize());
-
- /* update signals in buffer */
- UpdateSignalsInBuffer();
}
+
+ /* update signals in buffer */
+ UpdateSignalsInBuffer();
}
/* Change color of existing windows */