aboutsummaryrefslogtreecommitdiff
path: root/towernbullet.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-11 09:44:43 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-11 09:44:43 +0000
commitf4832349efdf06d8a1a410c636045f505efb52f1 (patch)
treef2958f0e6194a46aa890cfe03a09c737a8afdc20 /towernbullet.h
parent285f4f3379a68db34eec86cdc5c8d6f3c5597f5e (diff)
downloadbullet-lab-remix-f4832349efdf06d8a1a410c636045f505efb52f1.tar.xz
Complete and fix Supernova, add several interfaces.
Diffstat (limited to 'towernbullet.h')
-rw-r--r--towernbullet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/towernbullet.h b/towernbullet.h
index 8106dc8..8d0969c 100644
--- a/towernbullet.h
+++ b/towernbullet.h
@@ -1474,7 +1474,7 @@ void ProcessTower8()
int pnt=CreateBullet8(tower[i].towerpos.x,tower[i].towerpos.y,tower[i].bulletspeed,tower[i].effect);
bullet[pnt].alterColor=white;
bullet[pnt].redir(BTarg.targpos);
- bullet[pnt].bulletdir.rotate(j*2*pi/5);
+ bullet[pnt].bulletdir.Rotate(j*2*pi/5);
}
}
tower[i].curtimer2=tower[i].towertimer2;