X-Git-Url: http://nitlanguage.org diff --git a/lib/bucketed_game.nit b/lib/bucketed_game.nit index fca65b0..ae0d792 100644 --- a/lib/bucketed_game.nit +++ b/lib/bucketed_game.nit @@ -134,7 +134,7 @@ class ThinGameTurn[G: ThinGame] var tick: Int is protected writable # List of game events occured for `self`. - var events: List[GameEvent] = new List[GameEvent] is protected writable + var events = new List[GameEvent] is protected writable end # Game turn on the full logic @@ -179,8 +179,6 @@ class Game # but cannot be used to add new Events. var last_turn: nullable ThinGameTurn[G] = null - init do end - # Execute and return a new GameTurn. # # This method calls `do_pre_turn` before executing the GameTurn