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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/config.cpp b/engines/cge/config.cpp
index 9ffda8d635..fe2d1bc16e 100644
--- a/engines/cge/config.cpp
+++ b/engines/cge/config.cpp
@@ -161,7 +161,7 @@ void SelectSound(void) {
SNPOST_(SNKILL, -1, 0, VMENU::Addr);
Inf(Text->getText(STYPE_TEXT));
Talk->Goto(Talk->X, FONT_HIG / 2);
- for (i = 0; i < ArrayCount(DevName); i ++)
+ for (i = 0; i < ArrayCount(DevName); i++)
DevMenu[i].Text = Text->getText(DevName[i]);
(new VMENU(DevMenu, SCR_WID / 2, Talk->Y + Talk->H + TEXT_VM + FONT_HIG))->SetName(Text->getText(MENU_TEXT));
}