| 933 | } |
| 934 | |
| 935 | void Tile::destroyMeshLocal() |
| 936 | { |
| 937 | GameEntity::destroyMeshLocal(); |
| 938 | |
| 939 | if(getIsOnServerMap()) |
| 940 | return; |
| 941 | |
| 942 | RenderManager::getSingleton().rrDestroyTile(*this); |
| 943 | } |
| 944 | |
| 945 | bool Tile::isBuildableUpon(Seat* seat) const |
| 946 | { |
nothing calls this directly
no test coverage detected