* * PlaceProc function, called when someone pressed the button if the * sign-tool is selected * @param tile on which to place the sign */
| 145 | * @param tile on which to place the sign |
| 146 | */ |
| 147 | void PlaceProc_Sign(TileIndex tile) |
| 148 | { |
| 149 | Command<CMD_PLACE_SIGN>::Post(STR_ERROR_CAN_T_PLACE_SIGN_HERE, CcPlaceSign, tile, {}); |
| 150 | } |
no outgoing calls
no test coverage detected