pjasicek / OpenClaw

Reimplementation of Captain Claw (1997) platformer
GNU General Public License v3.0
338 stars 39 forks source link

[Level 12] Level can't be loaded #157

Closed denispapec closed 4 years ago

denispapec commented 4 years ago

When i'm trying to load level on the Linux:

openclaw: ~/Claw/OpenClaw/Engine/Actor/Components/EnemyAI/EnemyAIStateComponent.cpp:413: virtual bool PatrolEnemyAIStateComponent::VDelegateInit(TiXmlElement*): Assertion `fabs(m_PatrolSpeed) > DBL_EPSILON' failed.
make: *** [Makefile:17: start] Aborted (core dumped)
pjasicek commented 4 years ago

same as level 13 - problem at my side by having Release build on, I'll fix it

pjasicek commented 4 years ago

Fixed