equal
deleted
inserted
replaced
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; |