Clean up A-D
This commit is contained in:
parent
55464eec78
commit
cb564a2d54
16 changed files with 89 additions and 345 deletions
|
|
@ -19,10 +19,10 @@ struct DeadStruct {
|
|||
std::array<const byte *, 8> data;
|
||||
int frame;
|
||||
int width;
|
||||
uint8_t _deadtrans;
|
||||
uint8_t translationPaletteIndex;
|
||||
};
|
||||
|
||||
extern DeadStruct dead[MaxDead];
|
||||
extern DeadStruct Dead[MaxDead];
|
||||
extern int8_t stonendx;
|
||||
|
||||
void InitDead();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue