fixed recursion problem

fixed handle leak
fixed player defaults
This commit is contained in:
David Anderson
2006-02-09 11:53:22 +00:00
parent c602308acb
commit 52aa992a2f
3 changed files with 44 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ public:
int thisId;
int func;
int padding;
bool isDestroying;
public:
unsigned int items_per_page;
};