mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-13 11:30:44 +00:00
Fix bubbles
This commit is contained in:
parent
d5fd9ba8b4
commit
a0dac5e035
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void InitBubbles()
|
|||
nBubblesFree[i] = i;
|
||||
}
|
||||
|
||||
nFreeCount = 0;
|
||||
nFreeCount = kMaxBubbles;
|
||||
}
|
||||
|
||||
void DestroyBubble(short nBubble)
|
||||
|
|
Loading…
Reference in a new issue