From 2baab89bab4fd0c9ee3b4b007d5163ea6e7a736f Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 8 Nov 2013 01:03:24 +0000 Subject: [PATCH] more cpp check fixes --- source/glest_game/global/core_data.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/glest_game/global/core_data.cpp b/source/glest_game/global/core_data.cpp index 8383e25c7..45594530b 100644 --- a/source/glest_game/global/core_data.cpp +++ b/source/glest_game/global/core_data.cpp @@ -74,6 +74,9 @@ CoreData::CoreData() { onServerDifferentTexture=NULL; onServerTexture=NULL; onServerInstalledTexture=NULL; + statusReadyTexture=NULL; + statusNotReadyTexture=NULL; + statusBRBTexture=NULL; miscTextureList.clear();