remove extraneous return statements
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
(defmethod new []
|
||||
(super)
|
||||
(addChild (new FlxGame 320 240 MenuState))
|
||||
(return))
|
||||
(addChild (new FlxGame 320 240 MenuState)))
|
||||
Reference in New Issue
Block a user