Can someone explain these two lines of code to me?
this->maps[i] = new Map(i + 1, this);
if (this->maps[i]->exists)
In my rev, the program doesn't get past the if statement. Any clues as to what might have caused this? The maps are being loaded and the logout in Map::Load verifies this.
Since it doesn't get past this if statement, "0/number maps are loaded"
Thanks,
-Alex
---
I not hacker
“Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its
whole life believing that it is stupid.†- Albert Einstein : Really Great Quote Ramy!