| 923 | } |
| 924 | |
| 925 | void Tile::createMeshLocal() |
| 926 | { |
| 927 | GameEntity::createMeshLocal(); |
| 928 | |
| 929 | if(getIsOnServerMap()) |
| 930 | return; |
| 931 | |
| 932 | RenderManager::getSingleton().rrCreateTile(*this, *getGameMap(), *getGameMap()->getLocalPlayer()); |
| 933 | } |
| 934 | |
| 935 | void Tile::destroyMeshLocal() |
| 936 | { |
nothing calls this directly
no test coverage detected