# HG changeset patch # User frosch # Date 1313329634 0 # Node ID 1cac4486290ef66463ebb951cd85a262aa766fce # Parent 47b3cffe2782b04c188d97badb72fce2e711222c (svn r22746) -Feature: [NewGRF] Implement feature 04 property 18 bit 5. diff --git a/src/economy.cpp b/src/economy.cpp --- a/src/economy.cpp +++ b/src/economy.cpp @@ -1346,6 +1346,10 @@ } } + if (anything_loaded || anything_unloaded) { + if (front->type == VEH_TRAIN) TriggerStationAnimation(st, st->xy, SAT_TRAIN_LOADS); + } + /* Only set completely_emptied, if we just unloaded all remaining cargo */ completely_emptied &= anything_unloaded;