(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).

-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.
This commit is contained in:
rubidium
2007-09-30 17:38:42 +00:00
parent 6a2029f4f8
commit 7350b88bf2
10 changed files with 83 additions and 42 deletions

View File

@@ -65,7 +65,7 @@ bool _draw_bounding_boxes = false;
void CcGiveMoney(bool success, TileIndex tile, uint32 p1, uint32 p2)
{
#ifdef ENABLE_NETWORK
if (!success) return;
if (!success || !_patches.give_money) return;
char msg[20];
/* Inform the player of this action */