diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-12-18 08:18:56 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-17 13:18:56 -0800 |
| commit | a6675d73273081f1f2fb091edad680b247fff16e (patch) | |
| tree | 2b4165da5375a868b2a19a58efde2a8eb57e2b84 /src/code/z_player_lib.c | |
| parent | 971d95b5505cfba7f45df47958d3102a12994126 (diff) | |
Document Update Actor Flags (#1762)
* name flags, TODO: comments
* comments
* improve comments
* small cleanup
* cleanup comment
Diffstat (limited to 'src/code/z_player_lib.c')
| -rw-r--r-- | src/code/z_player_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index 1f27a4702..81bb0cb77 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -1961,7 +1961,7 @@ void Player_AdjustSingleLeg(PlayState* play, Player* player, SkelAnime* skelAnim f32 sp7C; if ((player->stateFlags3 & PLAYER_STATE3_1) || !(player->actor.scale.y >= 0.0f) || - (player->stateFlags1 & PLAYER_STATE1_DEAD) || play->unk_18844) { + (player->stateFlags1 & PLAYER_STATE1_DEAD) || play->soaringCsOrSoTCsPlaying) { return; } |
