Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Sep 26, 2024
1 parent 570996d commit 5c01174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ typedef struct PlayerStruct {
int _pMana; // the current mana of the player
int _pMaxMana; // the maximum mana of the player
BYTE _pSkillLvl[64]; // the skill levels of the player
uint64_t _pISpells; // Bitmask of skills available via equipped items (staff)
BYTE _pSkillFlags; // Bitmask of allowed skill-types (SFLAG_*)
uint64_t _pISpells; // Bitmask of skills available via equipped items (staff)
BYTE _pSkillFlags; // Bitmask of allowed skill-types (SFLAG_*)
BOOLEAN _pInfraFlag;
BYTE _pgfxnum; // Bitmask indicating what variant of the sprite the player is using. Lower byte define weapon (anim_weapon_id) and higher values define armour (starting with anim_armor_id)
BOOLEAN _pHasUnidItem; // whether the player has an unidentified (magic) item equipped
Expand Down

0 comments on commit 5c01174

Please sign in to comment.