We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af3d49 commit ca8aca0Copy full SHA for ca8aca0
source/blood/src/player.h
@@ -148,8 +148,8 @@ struct PLAYER
148
int zWeapon;
149
int zWeaponVel;
150
fix16_t q16look;
151
- int q16horiz; // horiz
152
- int q16slopehoriz; // horizoff
+ fix16_t q16horiz; // horiz
+ fix16_t q16slopehoriz; // horizoff
153
int slope;
154
bool isUnderwater;
155
bool hasKey[8];
@@ -217,7 +217,7 @@ struct PLAYER
217
int handTime;
218
bool hand; // if true, there is hand start choking the player
219
int pickupEffect;
220
- bool flashEffect; // if true, reduce pPlayer->visibility counter
+ bool flashEffect; // if true, reduce pPlayer->visibility counter; originally 32-bit
221
int quakeEffect;
222
fix16_t q16ang;
223
int angold;
0 commit comments