summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ross <midgey@rockbox.org>2007-01-20 01:01:46 +0000
committerTom Ross <midgey@rockbox.org>2007-01-20 01:01:46 +0000
commit080e10da88165dc8f7c5401cdb67cbcec6539fc9 (patch)
treeff6588204a265dd5963cc0f7d7d2f4739838500d
parent2ae29e5dd8a1f3e3641b11511c8a794d0e446aa9 (diff)
downloadrockbox-080e10da88165dc8f7c5401cdb67cbcec6539fc9.tar.gz
rockbox-080e10da88165dc8f7c5401cdb67cbcec6539fc9.zip
Remove an old hack that is no longer required. Ships in the corner are once again drawn vertically.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12080 a1c6a512-1295-4272-9138-f99709370657
-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;