mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
parent
7f75b2274f
commit
1ab11a02e2
1 changed files with 1 additions and 1 deletions
|
@ -2319,7 +2319,7 @@ static void underwater(int snum, ESyncBits actions, int psect, int fz, int cz)
|
|||
p->poszv -= 348;
|
||||
if (p->poszv < -(256 * 6)) p->poszv = -(256 * 6);
|
||||
}
|
||||
else if (p->vehBraking || p->OnMotorcycle)
|
||||
else if ((actions & SB_CROUCH) || p->OnMotorcycle)
|
||||
{
|
||||
if (p->poszv < 0) p->poszv = 0;
|
||||
p->poszv += 348;
|
||||
|
|
Loading…
Reference in a new issue