From 3185e51b32da6ed063766f82f6bd9c4027564128 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Thu, 1 Jan 2009 23:26:57 +0000 Subject: [PATCH] J : * Align font on pixel. --- JGE/src/JFileSystem.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/JGE/src/JFileSystem.cpp b/JGE/src/JFileSystem.cpp index 66ae62d9c..29bb5c4c7 100644 --- a/JGE/src/JFileSystem.cpp +++ b/JGE/src/JFileSystem.cpp @@ -58,7 +58,11 @@ JFileSystem::JFileSystem() mZipFile = NULL; mFileSize = 0; +#ifdef RESPATH + mResourceRoot = RESPATH"/"; +#else mResourceRoot = "Res/"; // default root folder +#endif }