Erwan
- fixed bugs introduced in revision 2034 (Giant Growth) - Extended Story mode xml: much easier to write basic thing, font selection, possibility to position answers, answers now in correct order - moved story in the menu because it is not major for now
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "../include/JGE.h"
|
||||
#include "../include/JFileSystem.h"
|
||||
#include "../include/JLogger.h"
|
||||
#include "tinyxml/tinyxml.h"
|
||||
#include "unzip/unzip.h"
|
||||
|
||||
@@ -155,6 +156,8 @@ bool JFileSystem::OpenFile(const string &filename)
|
||||
{
|
||||
|
||||
string path = mResourceRoot + filename;
|
||||
JLOG("JFileSystem::OpenFile");
|
||||
JLOG(path.c_str());
|
||||
|
||||
if (mZipAvailable && mZipFile != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user