@@ -111,8 +111,8 @@ void main(string[] args) { auto g = Game.load(File(args[1])); - g.set_output(new StdOutput); + g.set_output(new GuardedOutput(g)); auto myForm = new GUI(g); Application.run(myForm); }