1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Tom Ross 2007-01-20 01:01:46 +00:00
parent 2ae29e5dd8
commit 080e10da88

View file

@ -1473,10 +1473,6 @@ void initialise_ship(void)
ship.position.dy = 0; ship.position.dy = 0;
ship.explode_countdown = 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:*/ /*grab a copy of the ships points for the lives display:*/
point = ship.vertices; point = ship.vertices;
lives_point = lives_points; lives_point = lives_points;