| 289 | } |
| 290 | |
| 291 | void Creature::destroyMeshLocal() |
| 292 | { |
| 293 | destroyMeshWeapons(); |
| 294 | MovableGameEntity::destroyMeshLocal(); |
| 295 | if(getIsOnServerMap()) |
| 296 | return; |
| 297 | |
| 298 | destroyStatsWindow(); |
| 299 | RenderManager::getSingleton().rrDestroyCreature(this); |
| 300 | } |
| 301 | |
| 302 | void Creature::createMeshWeapons() |
| 303 | { |
nothing calls this directly
no test coverage detected