22 #ifndef GOT_DATA_ACTOR_H 23 #define GOT_DATA_ACTOR_H 25 #include "common/stream.h" 26 #include "graphics/managed_surface.h" 30 #define DIRECTION_COUNT 4 39 byte _framesPerDirection = 0;
41 byte _frameSequence[4] = {};
45 byte _hitStrength = 0;
49 byte _shotPattern = 0;
50 byte _numShotsAllowed = 0;
58 uint16 _magicHurts = 0;
74 byte _moveCountdown = 0;
75 byte _vulnerableCountdown = 0;
76 byte _shotCountdown = 0;
77 byte _currNumShots = 0;
79 byte _unpauseCountdown = 0;
90 byte _moveCounter = 0;
91 byte _edgeCounter = 0;
95 bool _hitThor =
false;
102 int _i1 = 0, _i2 = 0, _i3 = 0, _i4 = 0, _i5 = 0, _i6 = 0;
103 byte _initHealth = 0;
104 byte _talkCounter = 0;
107 void loadFixed(
const byte *src);
117 return ((_x + 7) / 16) + (((_y + 8) / 16) * 20);
Definition: managed_surface.h:51
void copyFixedAndPics(const Actor &src)