diff options
-rw-r--r-- | apps/plugins/spacerocks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/spacerocks.c b/apps/plugins/spacerocks.c index 879a5696da..6f478987fe 100644 --- a/apps/plugins/spacerocks.c +++ b/apps/plugins/spacerocks.c @@ -1473,10 +1473,6 @@ void initialise_ship(void) ship.position.dy = 0; ship.explode_countdown = 0; - /*hack-o-rama-city-arizona, take it out to see what happens:*/ - for(n=30;--n;) - rotate_ship(SHIP_ROT_ACW_COS, SHIP_ROT_ACW_SIN); - /*grab a copy of the ships points for the lives display:*/ point = ship.vertices; lives_point = lives_points; |