mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-18 01:21:32 +00:00
Merge branch 'zmaster'
This commit is contained in:
commit
357869a7b5
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_SorcBallOrbit)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (deltaangle(angle, prevangle) < 0 && (parent->args[4]==SORCBALL_TERMINAL_SPEED))
|
if ( angle.BAMs() < prevangle.BAMs() && (parent->args[4]==SORCBALL_TERMINAL_SPEED))
|
||||||
{
|
{
|
||||||
parent->args[1]++; // Bump rotation counter
|
parent->args[1]++; // Bump rotation counter
|
||||||
// Completed full rotation - make woosh sound
|
// Completed full rotation - make woosh sound
|
||||||
|
|
Loading…
Reference in a new issue