decompilation: Fix toontown.cogdominium.CogdoFlyingLocalPlayer decompilation

This commit is contained in:
Aidan 2013-09-25 00:35:14 -04:00
parent ef7c14a70d
commit 304ce20c6f

View file

@ -112,7 +112,6 @@ class CogdoFlyingLocalPlayer(CogdoFlyingPlayer):
self.fuel = 0.0
self._guiMgr.setFuel(self.fuel)
self.setCheckpointPlatform(self._level.startPlatform)
return None
def initSfx(self):
audioMgr = base.cogdoGameAudioMgr