User profile: jim hurley

User info
User name:jim hurley
History
Joined:
Number of posts:36
Latest posts:

Strange random dungeon generation wrapping
Yes, 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 wrapping
I wrote a very simple dungeon generator today. I am having a strange issue where if a room goes too ...

Not Working for some reason
Even if it's not the problem you are currently having, you should change it still because your varia...

Not Working for some reason
Try [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...