0x004C4809
| 1201 | |
| 1202 | // 0x004C4809 |
| 1203 | static void rightReleasedWall(World::WallElement* wall, const World::Pos2 pos) |
| 1204 | { |
| 1205 | GameCommands::setErrorTitle(StringIds::error_cant_remove_this); |
| 1206 | GameCommands::WallRemovalArgs args; |
| 1207 | args.pos = Pos3(pos.x, pos.y, wall->baseHeight()); |
| 1208 | args.rotation = wall->rotation(); |
| 1209 | GameCommands::doCommand(args, GameCommands::Flags::apply); |
| 1210 | } |
| 1211 | |
| 1212 | // 0x0042F007 |
| 1213 | static void rightReleasedHeadquarter(World::BuildingElement* building, const World::Pos2 pos) |
no test coverage detected