pjasicek / OpenClaw

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

[Level 13] Level can't be loaded #158

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/Util/Converters.h:1008: TiXmlElement* WwdObjectToXml(WwdObject*, std::string&, int): Assertion `pathElevatorDef.elevatorPath.size() >= 2' failed.
make: *** [Makefile:17: start] Aborted (core dumped)
pjasicek commented 4 years ago

hmmm that's maybe because I built it as Release so asserts were taken out, I'll fix that

pjasicek commented 4 years ago

Fixed