summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Game.cpp
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 14:12:12 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 14:12:12 +0000
commitc45ce5cc4e54bdae2fd45a130d8957ec55b51b1b (patch)
treee7ac533ff4006d455246d4e6d85a87f1966b9dd4 /nGenEx/Game.cpp
parentef83cdced6bc0fd4ee94f03237ad0201ef012a6b (diff)
downloadstarshatter-c45ce5cc4e54bdae2fd45a130d8957ec55b51b1b.zip
starshatter-c45ce5cc4e54bdae2fd45a130d8957ec55b51b1b.tar.gz
starshatter-c45ce5cc4e54bdae2fd45a130d8957ec55b51b1b.tar.bz2
A few fixes recommended by PVS Studio
Diffstat (limited to 'nGenEx/Game.cpp')
-rw-r--r--nGenEx/Game.cpp4
1 files changed, 1 insertions, 3 deletions
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.");