Loading

Revision differences

Old revision #pfly249dpNew revision #pvbzrbley
71             new_company->infrastructure.station++;  71             new_company->infrastructure.station++;  
72         }  72         }  
73   73   
74+        if (IsDockTile(tile) && HasTileWaterGround(tile)) {  74+        if (IsDockTile(tile) && !HasTileWaterGround(tile)) {
75+            old_company->infrastructure.station -= 2;  75+            old_company->infrastructure.station -= 2;  
76+            new_company->infrastructure.station += 2;  76+            new_company->infrastructure.station += 2;  
77+        }  77+        }