Merge pull request #9 from Dliwk/fix-endless-onslaught

Fix endless onslaught
This commit is contained in:
Eric Froemling 2020-04-08 12:11:58 -07:00 committed by GitHub
commit c69f8ac632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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