[IGfxImage] Fix image loading

This commit is contained in:
momo5502
2018-05-09 15:14:25 +02:00
parent 33a8baa9b5
commit ceebe4dfd0
2 changed files with 26 additions and 12 deletions

View File

@ -595,6 +595,16 @@ namespace Game
MaterialTechnique *techniques[48];
};
struct GfxImageLoadDefIW3
{
char levelCount;
char flags;
__int16 dimensions[3];
int format;
int resourceSize;
char data[1];
};
struct __declspec(align(4)) GfxImageLoadDef
{
char levelCount;