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:
parent
2ae29e5dd8
commit
080e10da88
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue