File diff r1802:acc0f0bda113 → r1803:44dc9c8ab616
town_gui.c
Show inline comments
 
@@ -196,7 +196,7 @@ static void TownAuthorityWndProc(Window 
 
		}
 

	
 
		case 6: { /* carry out the action */
 
			DoCommandP(GetTown(w->window_number)->xy, w->window_number, WP(w,def_d).data_1, NULL, CMD_DO_TOWN_ACTION | CMD_MSG(STR_2054_CAN_T_DO_THIS));
 
			DoCommandP(GetTown(w->window_number)->xy, w->window_number, WP(w,def_d).data_1, NULL, CMD_DO_TOWN_ACTION | CMD_MSG(STR_00B4_CAN_T_DO_THIS));
 
			break;
 
		}
 
		}