| mojodds.c | ●●●●● patch | view | raw | blame | history |
mojodds.c
@@ -173,8 +173,8 @@ // !!! FIXME: improve the crap out of this API later. int MOJODDS_getTexture(const void *_ptr, const long _len, const void **_tex, long *_texlen, int *_dxtver) int MOJODDS_getTexture(const void *_ptr, const unsigned long _len, const void **_tex, unsigned long *_texlen, int *_dxtver) { size_t len = (size_t) _len; const uint8 *ptr = (const uint8 *) _ptr;