town_gui.c
changeset 1803 24a94314cfa9
parent 1793 8ac8a8c9ec0f
child 1820 9b6458526480
equal deleted inserted replaced
1802:448f187042d3 1803:24a94314cfa9
   194 			}
   194 			}
   195 			break;
   195 			break;
   196 		}
   196 		}
   197 
   197 
   198 		case 6: { /* carry out the action */
   198 		case 6: { /* carry out the action */
   199 			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));
   199 			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));
   200 			break;
   200 			break;
   201 		}
   201 		}
   202 		}
   202 		}
   203 		break;
   203 		break;
   204 
   204