-attempt at fixing shop crash introduced in r1231 (size needed in ram divided by 4)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-04 13:33:21 +00:00
parent 500c1fc1a2
commit f33d37d9f2
5 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ public:
JSample * RetrieveSample(string filename, int style = RETRIEVE_NORMAL, int submode = CACHE_NORMAL);
JTexture * RetrieveTexture(string filename, int style = RETRIEVE_NORMAL, int submode = CACHE_NORMAL);
JQuad * RetrieveQuad(string filename, float offX=0.0f, float offY=0.0f, float width=0.0f, float height=0.0f, string resname="", int style = RETRIEVE_LOCK, int submode = CACHE_NORMAL, int id = 0);
JQuad * RetrieveTempQuad(string filename);
JQuad * RetrieveTempQuad(string filename, int submode = CACHE_NORMAL);
hgeParticleSystemInfo * RetrievePSI(string filename, JQuad * texture, int style = RETRIEVE_NORMAL, int submode = CACHE_NORMAL);
int RetrieveError();