From 642dd887d377801cf2621923ae48d87c3ac1fbe2 Mon Sep 17 00:00:00 2001 From: albertzeyer Date: Fri, 24 Jul 2009 12:33:07 +0000 Subject: [PATCH] cleanup git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@139 4df4b0f3-56ce-47cb-b001-ed939b7d65a6 --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 38caff30b..789ad8e8d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -125,8 +125,7 @@ int main(int argc, char *argv[]) banner(); // Intro on the text-console. - CGame* Game; - Game = new CGame(); + CGame* Game = new CGame(); Game->preallocateCKP(&CKP);