Spin jumpgate portal a little faster.

This commit is contained in:
Steve 2016-03-09 23:21:51 +00:00
parent 8017719239
commit c9bde77bca
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ static void think(void)
if (battle.jumpgate == self)
{
portalAngle++;
portalAngle += 2;
if (portalAngle >= 360)
{
portalAngle -= 360;