From ff27452648ecd5cbbf874beb7b93a0f871428594 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 4 Jul 2001 14:08:00 +0000 Subject: [PATCH] --- source/gfx/bubicles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gfx/bubicles.h b/source/gfx/bubicles.h index 2bfd5b70f..2f87e783f 100644 --- a/source/gfx/bubicles.h +++ b/source/gfx/bubicles.h @@ -170,8 +170,8 @@ public: private: enum { - NUM_EMITTERS=10, - NUM_BUBICLES=250, + NUM_EMITTERS=3, + NUM_BUBICLES=50, }; CBubicleFactory() {;}