Erwan
- fixed textures cache bug - fixed one card in TMP
This commit is contained in:
@@ -14,7 +14,6 @@ class PlayGuiObject;
|
||||
|
||||
struct CardGui : public PlayGuiObject {
|
||||
protected:
|
||||
JQuad* quad;
|
||||
|
||||
public:
|
||||
static const float Width;
|
||||
|
||||
@@ -23,7 +23,6 @@ class CachedTexture{
|
||||
JQuad* quad;
|
||||
public:
|
||||
int lastTime;
|
||||
int type;
|
||||
int nbpixels;
|
||||
|
||||
|
||||
|
||||
@@ -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 = "");
|
||||
|
||||
Reference in New Issue
Block a user