Browse Source

Added description for `trans_file`.

pull/4/head
Dennis Duda 8 years ago
parent
commit
be231d1190
  1. 5
      structs.h

5
structs.h

@ -500,7 +500,10 @@ struct CMonster
unsigned char mAFNum;
char mdeadval;
MonsterData *MData;
unsigned char *trans_file; // array, possibly 256 bytes
// A TRN file contains a sequence of colour transitions, represented
// as indexes into a palette. (a 256 byte array of palette indices)
unsigned char *trans_file;
};
struct MonsterStruct

Loading…
Cancel
Save