From a51912770a8b74194eca46435664b34044a5e013 Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Thu, 21 Feb 2013 13:51:18 +0000 Subject: [PATCH] catch up --- jni/main_code.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jni/main_code.cpp b/jni/main_code.cpp index 36aef34..fcfbd38 100644 --- a/jni/main_code.cpp +++ b/jni/main_code.cpp @@ -42,17 +42,17 @@ void TMyApplication::InnerInit() *Console<<"Inner init go!\n"; #ifdef TARGET_ANDROID - ResourceManager->PathToResources = ""; + ST::PathToResources = ""; #endif #ifdef TARGET_WIN32 #ifdef NDEBUG - ResourceManager->PathToResources = "resources/"; + ST::PathToResources = "resources/"; #else - ResourceManager->PathToResources = "../../../assets/"; + ST::PathToResources = "../../../assets/"; #endif #endif #ifdef TARGET_IOS - ResourceManager->PathToResources = "assets/"; + ST::PathToResources = "assets/"; #endif ResourceManager->TexList.AddTexture(CONST_CONSOLE_TEX_NAME);