diff options
Diffstat (limited to 'Stars45/Mfd.cpp')
-rw-r--r-- | Stars45/Mfd.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Stars45/Mfd.cpp b/Stars45/Mfd.cpp index 7c1e704..aaf1d4c 100644 --- a/Stars45/Mfd.cpp +++ b/Stars45/Mfd.cpp @@ -1071,7 +1071,8 @@ MFD::Draw3D() void MFD::DrawMap() { - DrawMFDText(0, Game::GetText("MFD.mode.ground").data(), Rect(rect.x, rect.y, rect.w, 12), DT_CENTER); + Rect text_rect(rect.x, rect.y, rect.w, 12); + DrawMFDText(0, Game::GetText("MFD.mode.ground").data(), text_rect, DT_CENTER); } // +--------------------------------------------------------------------+ |