- Improper GetfileInstance calls were preventing from correctly initializing the JGEFileSystem (Todo: init earlier, prevent from calling GetfileInstance if not initialized ?)

- fixed a problem with the test suite
This commit is contained in:
wagic.the.homebrew
2011-08-21 10:04:38 +00:00
parent 37c6b06ee0
commit 87d60cd79e
4 changed files with 7 additions and 9 deletions

View File

@@ -1,7 +1 @@
./Res/
ms0:/PSP/wagic_res/
ms0:/wagic_res/
../../wagic_res/
../../../wagic_res/
../wagic_res/
wagic_res/

View File

@@ -681,6 +681,7 @@ int TestSuite::load(const char * _filename)
{
if (!s.size()) continue;
if (s[s.size() - 1] == '\r') s.erase(s.size() - 1); //Handle DOS files
if (!s.size()) continue;
if (s[0] == '#') continue;
std::transform(s.begin(), s.end(), s.begin(), ::tolower);
if (s.compare("summoningsickness") == 0)