User profile: DirtyBlasion
User info |
User name: | DirtyBlasion |
History |
Joined: | Nov 24, 2016 at 9:51pm |
Number of posts: | 50 |
Latest posts: |
Passing pointer crash my program Well I found the mistake, CheckForBounds, was glitched out because of a mistaken paste...
Passing pointer crash my program And how I can solve this?
Passing pointer crash my program No it's code::blocks, I dont really enjoy VS
Buy it's not a problem from bounds, like I said, if I ...
Passing pointer crash my program enum
{
SIDE_TOP,
SIDE_BOTTOM,
SIDE_LEFT,
...
Passing pointer crash my program they are delcared like this
[code]
//inside the megachunk class
Chunk *chunks[SCX][SCY][SCZ];
//ins...
|