From 080e10da88165dc8f7c5401cdb67cbcec6539fc9 Mon Sep 17 00:00:00 2001 From: Tom Ross Date: Sat, 20 Jan 2007 01:01:46 +0000 Subject: 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 --- apps/plugins/spacerocks.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/plugins') 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; -- cgit v1.2.3