src/airport_gui.cpp
changeset 8032 f35fba9bacb0
parent 7997 df87ccd00a96
child 8106 e6790dd9e750
equal deleted inserted replaced
8031:5e19ea672f5c 8032:f35fba9bacb0
    99 			DoCommandP(e->we.place.tile, e->we.place.starttile, 0, CcPlaySound10, CMD_CLEAR_AREA | CMD_MSG(STR_00B5_CAN_T_CLEAR_THIS_AREA));
    99 			DoCommandP(e->we.place.tile, e->we.place.starttile, 0, CcPlaySound10, CMD_CLEAR_AREA | CMD_MSG(STR_00B5_CAN_T_CLEAR_THIS_AREA));
   100 		}
   100 		}
   101 		break;
   101 		break;
   102 
   102 
   103 	case WE_ABORT_PLACE_OBJ:
   103 	case WE_ABORT_PLACE_OBJ:
   104 		RaiseWindowButtons(w);
   104 		w->RaiseButtons();
   105 
   105 
   106 		w = FindWindowById(WC_BUILD_STATION, 0);
   106 		w = FindWindowById(WC_BUILD_STATION, 0);
   107 		if (w != 0)
   107 		if (w != 0)
   108 			WP(w, def_d).close = true;
   108 			WP(w, def_d).close = true;
   109 		break;
   109 		break;