summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/spacerocks.c4
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)
1473 ship.position.dy = 0; 1473 ship.position.dy = 0;
1474 ship.explode_countdown = 0; 1474 ship.explode_countdown = 0;
1475 1475
1476 /*hack-o-rama-city-arizona, take it out to see what happens:*/
1477 for(n=30;--n;)
1478 rotate_ship(SHIP_ROT_ACW_COS, SHIP_ROT_ACW_SIN);
1479
1480 /*grab a copy of the ships points for the lives display:*/ 1476 /*grab a copy of the ships points for the lives display:*/
1481 point = ship.vertices; 1477 point = ship.vertices;
1482 lives_point = lives_points; 1478 lives_point = lives_points;