Fix bubbles

This commit is contained in:
nukeykt 2019-12-03 06:51:22 +09:00 committed by Christoph Oelckers
parent d5fd9ba8b4
commit a0dac5e035

View file

@ -69,7 +69,7 @@ void InitBubbles()
nBubblesFree[i] = i; nBubblesFree[i] = i;
} }
nFreeCount = 0; nFreeCount = kMaxBubbles;
} }
void DestroyBubble(short nBubble) void DestroyBubble(short nBubble)