mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 17:20:30 +00:00
HDB: Fix type warning
This commit is contained in:
parent
0ca3f5bd7f
commit
74675ba2d5
@ -418,13 +418,13 @@ struct AIEntity {
|
||||
|
||||
union {
|
||||
uint16 blinkFrames;
|
||||
uint16 int1;
|
||||
int16 int1;
|
||||
};
|
||||
Tile *blinkGfx[kMaxAnimFrames];
|
||||
|
||||
union {
|
||||
uint16 special1Frames;
|
||||
uint16 int2;
|
||||
int16 int2;
|
||||
};
|
||||
Tile *special1Gfx[kMaxAnimFrames];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user