fix endless onslaught

game does not start
This commit is contained in:
Roman Trapeznikov 2020-04-08 15:37:19 +03:00
parent bd065dba2c
commit 9b2d57ba83

View File

@ -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))