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 11f2088034..808d74ff9b 100644
--- a/engines/cge/config.cpp
+++ b/engines/cge/config.cpp
@@ -154,7 +154,7 @@ void CGEEngine::selectSound() {
}
-static void reset(void) {
+static void reset() {
_sndDrvInfo._dBase = _sndDrvInfo._dIrq = _sndDrvInfo._dDma = _sndDrvInfo._mBase = DETECT;
}
@@ -182,7 +182,7 @@ static uint16 xdeco(const char *str) {
static Choice *_cho;
static int _hlp;
-void CGEEngine::SNSelect() {
+void 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));