diff options
author | Tom Ross <midgey@rockbox.org> | 2007-01-20 01:01:46 +0000 |
---|---|---|
committer | Tom Ross <midgey@rockbox.org> | 2007-01-20 01:01:46 +0000 |
commit | 080e10da88165dc8f7c5401cdb67cbcec6539fc9 (patch) | |
tree | ff6588204a265dd5963cc0f7d7d2f4739838500d /apps/plugins/spacerocks.c | |
parent | 2ae29e5dd8a1f3e3641b11511c8a794d0e446aa9 (diff) |
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
Diffstat (limited to 'apps/plugins/spacerocks.c')
-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; |