mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 16:33:20 +08:00
fix endless onslaught
game does not start
This commit is contained in:
parent
bd065dba2c
commit
9b2d57ba83
@ -478,6 +478,7 @@ class OnslaughtGame(ba.CoopGameActivity):
|
||||
elif self._preset in ['endless', 'endless_tournament']:
|
||||
self._have_tnt = True
|
||||
self._excludepowerups = []
|
||||
self._waves = []
|
||||
|
||||
else:
|
||||
raise Exception("Invalid preset: " + str(self._preset))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user