Spin jumpgate portal a little faster.
This commit is contained in:
parent
8017719239
commit
c9bde77bca
|
@ -67,7 +67,7 @@ static void think(void)
|
|||
|
||||
if (battle.jumpgate == self)
|
||||
{
|
||||
portalAngle++;
|
||||
portalAngle += 2;
|
||||
if (portalAngle >= 360)
|
||||
{
|
||||
portalAngle -= 360;
|
||||
|
|
Loading…
Reference in New Issue