diff --git a/src/ship_gui.cpp b/src/ship_gui.cpp --- a/src/ship_gui.cpp +++ b/src/ship_gui.cpp @@ -56,7 +56,7 @@ static void ShipDetailsWndProc(Window *w /* Draw max speed */ { - SetDParam(0, v->max_speed * 10 / 32); + SetDParam(0, v->GetDisplayMaxSpeed()); DrawString(2, 25, STR_9813_MAX_SPEED, 0); }