Fixes
This commit is contained in:
@@ -42,10 +42,8 @@ typedef struct Item {
|
||||
ItemType type;
|
||||
char name[20];
|
||||
uint16_t miscVal;
|
||||
SDL_Texture * texture[ORIENT_DIRECTION_COUNT];
|
||||
SDL_Texture * textureOnBelt[ORIENT_DIRECTION_COUNT];
|
||||
SDL_Rect atlasRects[ORIENT_DIRECTION_COUNT];
|
||||
SDL_Rect atlasRectsOnBelt[ORIENT_DIRECTION_COUNT];
|
||||
OrientedAnimation animation;
|
||||
OrientedAnimation beltAnimation;
|
||||
} Item;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user