aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/config.cpp')
-rw-r--r--engines/cge/config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/config.cpp b/engines/cge/config.cpp
index 1391c909eb..b49d2b77ea 100644
--- a/engines/cge/config.cpp
+++ b/engines/cge/config.cpp
@@ -42,8 +42,8 @@ void CGEEngine::snSelect() {
debugC(1, kDebugEngine, "CGEEngine::snSelect()");
inf(_text->getText(_hlp));
- _talk->gotoxy(_talk->_x, FONT_HIG / 2);
- (new Vmenu(this, _cho, SCR_WID / 2, _talk->_y + _talk->_h + TEXT_VM + FONT_HIG))->setName(_text->getText(MENU_TEXT));
+ _talk->gotoxy(_talk->_x, kFontHigh / 2);
+ (new Vmenu(this, _cho, SCR_WID / 2, _talk->_y + _talk->_h + kTextVMargin + kFontHigh))->setName(_text->getText(MENU_TEXT));
}
} // End of namespace CGE