From 80c37e438ee57f0eceb322dbee778a49d9db0896 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Thu, 30 Apr 2015 10:09:58 +0200 Subject: Fix space --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 91a1fe6..52444a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,8 +21,10 @@ int main() //Init console controller ConsoleController * controller = new ConsoleController(); + //Launch game controller->play(); + //Remove controlelr delete controller; return 0; -- cgit v1.2.3