- fixed textures cache bug
- fixed one card in TMP
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-31 12:22:43 +00:00
parent ca337ad653
commit 0454fb20ec
14 changed files with 19 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ public:
JMusic * ssLoadMusic(const char *fileName);
JSample * ssLoadSample(const char *fileName);
//Our new redirect system.
//Our New redirect system.
string graphicsFile(const string filename, const string specific = "", bool bFont = false);
string musicFile(const string filename, const string specific = "");
string sfxFile(const string filename, const string specific = "");