This commit is contained in:
Paul 2000-11-15 15:37:12 +00:00
parent 545a3d1304
commit f92df2b5bf
12 changed files with 352 additions and 55 deletions

View file

@ -156,7 +156,7 @@ class CBubicleFactory
public:
static void init();
static void shutdown();
static void think();
static void think(int _frames);
static void render();
static CBubicleEmitter *spawnEmitter(BubicleEmitterData *_init);
@ -169,7 +169,7 @@ private:
enum
{
NUM_EMITTERS=10,
NUM_BUBICLES=100,
NUM_BUBICLES=150,
};
CBubicleFactory() {;}