Jeck - Signed/unsigned fix in resource manager, options save fix.

This commit is contained in:
wagic.jeck
2009-09-14 18:30:47 +00:00
parent 0eb79c23b9
commit 5467fd379f
5 changed files with 11 additions and 4 deletions
+6
View File
@@ -2,6 +2,12 @@
#define _WCACHEDRESOURCE_H_
#include <hge/hgeparticle.h>
#if defined WIN32 || defined LINUX
#define INVALID_MTEX ((GLuint) -1)
#else
#define INVALID_MTEX -1
#endif
class WResource{
public:
friend class WResourceManager;
+1 -1
View File
@@ -29,7 +29,7 @@ enum ENUM_RETRIEVE_STYLE{
RETRIEVE_VRAM, //Retrieve it, and use vram if have to we create it. Must still remove it.
RETRIEVE_MANAGE, //Makes resource permanent.
RETRIEVE_THUMB, //Retrieve it as a thumbnail.
CACHE_THUMB = RETRIEVE_THUMB, //Backwords compatibility.
CACHE_THUMB = RETRIEVE_THUMB, //Backwards compatibility.
};
enum ENUM_CACHE_SUBTYPE{