Changeset - r1792:ff38f3e68422
[Not reviewed]
master
0 1 0
darkvater - 19 years ago 2005-05-11 18:09:12
darkvater@openttd.org
(svn r2296) - Fix (regression): oops, forgot the MS code-decleration rules :p
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
unmovable_cmd.c
Show inline comments
 
@@ -373,8 +373,9 @@ int32 CmdDestroyCompanyHQ(int x, int y, 
 

	
 
	/* Find player that has HQ flooded, and reset their location_of_house */
 
	if (_current_player == OWNER_WATER)	{
 
		bool dodelete = false;
 
		tile = TILE_FROM_XY(x,y);
 
		bool dodelete = false;
 

	
 
		FOR_ALL_PLAYERS(p) {
 
			if (p->location_of_house == tile) {
 
				dodelete = true;
0 comments (0 inline, 0 general)