From c45ce5cc4e54bdae2fd45a130d8957ec55b51b1b Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 14:12:12 +0000 Subject: A few fixes recommended by PVS Studio --- nGenEx/Game.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nGenEx/Game.cpp') diff --git a/nGenEx/Game.cpp b/nGenEx/Game.cpp index f297955..8c20432 100644 --- a/nGenEx/Game.cpp +++ b/nGenEx/Game.cpp @@ -282,10 +282,8 @@ Game::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow) if (status == OK) { Print(" Initializing content...\n"); InitContent(); - } - if (status == OK) { - Print(" Initializing game...\n"); + Print(" Initializing game...\n"); if (!InitGame()) { if (!panicbuf[0]) Panic("Could not initialize the game."); -- cgit v1.1