Strange random dungeon generation wrappingYes, my problem is that the array is having a block of 1's filled from the bottom to the top, having...
Strange random dungeon generation wrappingI wrote a very simple dungeon generator today. I am having a strange issue where if a room goes too ...
Not Working for some reasonEven if it's not the problem you are currently having, you should change it still because your varia...
Not Working for some reasonTry [code]char* name;[/code] instead of [code]char name;[/code]. You're using a single character ins...
#define@Peter87 Yes, I did define it inside the Figure class body. @EssGeEich Although I don't quite unders...