summaryrefslogtreecommitdiff
path: root/unmovable_cmd.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-04 17:11:03 +0000
committerdarkvater <darkvater@openttd.org>2005-01-04 17:11:03 +0000
commit6edb21231e264cd52dc98a2a765330cac4b7cdf4 (patch)
treed267ed7e6b75716dae1f804e1b9c49b3778e3f61 /unmovable_cmd.c
parent88b8a01da666930bdee9c53da43c3dcef6f06538 (diff)
downloadopenttd-6edb21231e264cd52dc98a2a765330cac4b7cdf4.tar.xz
(svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly. Was the result of the cost getting reset in a recursive call of docommand. That is fixed. In addition all cost-commands are typed explicitely. Please do not forget to do so or your costs will be credited to construction if you are unlucky.
Diffstat (limited to 'unmovable_cmd.c')
-rw-r--r--unmovable_cmd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/unmovable_cmd.c b/unmovable_cmd.c
index f94156424..f1511e76d 100644
--- a/unmovable_cmd.c
+++ b/unmovable_cmd.c
@@ -318,6 +318,8 @@ int32 CmdBuildCompanyHQ(int x, int y, uint32 flags, uint32 p1, uint32 p2)
int score;
int32 cost = 0;
+ SET_EXPENSES_TYPE(EXPENSES_PROPERTY);
+
if (CheckFlatLandBelow(tile, 2, 2, flags, 0, NULL) == CMD_ERROR)
return CMD_ERROR;
@@ -361,6 +363,8 @@ int32 CmdDestroyCompanyHQ(int x, int y, uint32 flags, uint32 p1, uint32 p2)
uint tile = TILE_FROM_XY(x,y);
Player *p;
+ SET_EXPENSES_TYPE(EXPENSES_PROPERTY);
+
if ((int)p1 != OWNER_WATER) // destruction was initiated by player
p = DEREF_PLAYER((byte)p1);
else { // find player that has HQ flooded, and reset their location_of_house