@@ -9,9 +9,9 @@ class Driver { this(Game g) { this.game = g; } - this(File game_data) { this(Game.load(game_data)); } + this(File game_data) { this(new Game(game_data)); } void command(char c) { if( finished )