Breush / evilly-evil-villains

Evilly Evil Villains - Dungeons for twisted minds
1 stars 0 forks source link

loadDungeon is sometimes seg faulting #63

Closed anaskiee closed 8 years ago

anaskiee commented 8 years ago

line 98 of data.cpp can seg fault wdebug_dungeon_1(L"Dungeon is " << m_name << L" of size " << m_floorsCount << "x" << m_roomsByFloor);

Steps to reproduce:

Breush commented 8 years ago

Can't reproduce. All I see in that code line is that the "x" should be L"x". I let you work on it?

anaskiee commented 8 years ago

Yes, i can work on it.