Home
last modified time | relevance | path

Searched refs:PT_FINDING (Results 1 – 3 of 3) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dpyro_type.h60 PT_FINDING = 26, //! < object discovered enumerator
H A Dpyro.cpp352 if ( m_type == PT_FINDING ) in Create()
446 m_type == PT_FINDING ) in Create()
464 m_type != PT_FINDING && in Create()
1035 if ( m_type == PT_FINDING ) in EventProcess()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/level/
H A Drobotmain.cpp2405 m_engine->GetPyroManager()->Create(Gfx::PT_FINDING, obj, 0.0f); in EventFrame()