summaryrefslogtreecommitdiff
path: root/src/code/z_player_lib.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2024-09-08 08:57:28 -0400
committerGitHub <noreply@github.com>2024-09-08 08:57:28 -0400
commit0168b096289febc1ccb12b055dcaeafabe8588be (patch)
tree6578ca55c38e2e142fa62c532a536e3094b549c8 /src/code/z_player_lib.c
parent1332356e5c6c7f925a519fc8760149aa86d67f19 (diff)
Player Docs - Parallel (#2167)
* name func and flag * rest of the docs * format and comment change * comment
Diffstat (limited to 'src/code/z_player_lib.c')
-rw-r--r--src/code/z_player_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c
index d57cf2ed4..1eeaf0d20 100644
--- a/src/code/z_player_lib.c
+++ b/src/code/z_player_lib.c
@@ -611,7 +611,7 @@ void func_8008EE08(Player* this) {
(this->stateFlags1 & (PLAYER_STATE1_21 | PLAYER_STATE1_23 | PLAYER_STATE1_27)) ||
(!(this->stateFlags1 & (PLAYER_STATE1_18 | PLAYER_STATE1_19)) &&
((this->actor.world.pos.y - this->actor.floorHeight) < 100.0f))) {
- this->stateFlags1 &= ~(PLAYER_STATE1_15 | PLAYER_STATE1_16 | PLAYER_STATE1_17 | PLAYER_STATE1_18 |
+ this->stateFlags1 &= ~(PLAYER_STATE1_15 | PLAYER_STATE1_16 | PLAYER_STATE1_PARALLEL | PLAYER_STATE1_18 |
PLAYER_STATE1_19 | PLAYER_STATE1_30);
} else if (!(this->stateFlags1 & (PLAYER_STATE1_18 | PLAYER_STATE1_19 | PLAYER_STATE1_21))) {
this->stateFlags1 |= PLAYER_STATE1_19;