Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/bobbens/naev
Browse files Browse the repository at this point in the history
  • Loading branch information
BTAxis authored and BTAxis committed Sep 21, 2012
2 parents 58d517d + 4cf8611 commit 23a82d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/land_shipyard.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ void shipyard_update( unsigned int wid, char* str )
"\n"
"%.0f teraflops\n"
"%.0f tons\n"
"%.1f STU average\n"
"%.0f kN/ton\n"
"%.0f m/s\n"
"%.0f deg/s\n"
Expand All @@ -254,7 +253,6 @@ void shipyard_update( unsigned int wid, char* str )
/* Weapons & Manoeuvrability */
ship->cpu,
ship->mass,
pow( ship->mass, 1./2.5 ) / 5. * (ship->stats_array.jump_delay/100.+1.), /**< @todo make this more portable. */
ship->thrust,
ship->speed,
ship->turn*180/M_PI,
Expand Down

0 comments on commit 23a82d3

Please sign in to comment.