* Actually move the sign. * @param index the sign to move. * @param tile on which to move the sign to. */
| 394 | * @param tile on which to move the sign to. |
| 395 | */ |
| 396 | void MoveSign(SignID index, TileIndex tile) |
| 397 | { |
| 398 | Command<CMD_MOVE_SIGN>::Post(STR_ERROR_CAN_T_PLACE_SIGN_HERE, index, tile); |
| 399 | } |
| 400 | |
| 401 | struct SignWindow : Window, SignList { |
| 402 | QueryString name_editbox; |