This commit is contained in:
Daveo 2001-04-09 23:29:26 +00:00
parent 014f807bf2
commit 9952b7fe92
2 changed files with 10 additions and 3 deletions

View file

@ -60,7 +60,7 @@ class CActorPool
public:
enum
{
MAX_ACTORS =32,
MAX_ACTORS =64,
MAX_ACTOR_SIZE= 128*128,
};