diff options
Diffstat (limited to 'scumm/akos.h')
-rw-r--r-- | scumm/akos.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/akos.h b/scumm/akos.h index 7c8fa45d6b..b3ce917299 100644 --- a/scumm/akos.h +++ b/scumm/akos.h @@ -29,11 +29,11 @@ struct CostumeData; struct AkosHeader { - byte x_1[2]; + byte unk_1[2]; byte flags; - byte x_2; + byte unk_2; uint16 num_anims; - uint16 x_3; + uint16 unk_3; uint16 codec; } GCC_PACK; |