Engravings: 3 byte padding after the display character.

develop
Petr Mrázek 2011-04-03 03:25:12 +02:00
parent 46c5041bea
commit fcc23149db
1 changed files with 2 additions and 1 deletions

@ -48,7 +48,8 @@ namespace DFHack
// 14
flg_engraving flags; // 0x20 = hide symbol
// 18
uint32_t display_character; // really? 4 bytes for that?
uint8_t display_character; // really? 4 bytes for that?
uint8_t padding2[3];
// 1C
uint32_t type; // possibly an enum, decides what vectors to use for imagery
// 20