mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +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']:
|
elif self._preset in ['endless', 'endless_tournament']:
|
||||||
self._have_tnt = True
|
self._have_tnt = True
|
||||||
self._excludepowerups = []
|
self._excludepowerups = []
|
||||||
|
self._waves = []
|
||||||
|
|
||||||
else:
|
else:
|
||||||
raise Exception("Invalid preset: " + str(self._preset))
|
raise Exception("Invalid preset: " + str(self._preset))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user