Add WayPoint animation in deletemark

pyro-refactor
Fiftytwo 2020-07-30 04:21:35 +02:00
parent 25a8d7b5b5
commit e63afb3461
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include "common/global.h"
#include "graphics/engine/particle.h"
#include "graphics/engine/pyro_manager.h"
#include "graphics/engine/terrain.h"
#include "level/robotmain.h"
@ -88,6 +89,6 @@ void CTaskDeleteMark::DeleteMark()
if (obj != nullptr)
{
CObjectManager::GetInstancePointer()->DeleteObject(obj);
m_engine->GetPyroManager()->Create(Gfx::PT_WPCHECK, obj);
}
}