aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agi/op_cmd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/agi/op_cmd.cpp b/engines/agi/op_cmd.cpp
index 90a28b1042..a60080186c 100644
--- a/engines/agi/op_cmd.cpp
+++ b/engines/agi/op_cmd.cpp
@@ -1228,8 +1228,7 @@ void AgiEngine::cmd_quit(uint8 *p) {
if (p0) {
quitGame();
} else {
- if (selectionBox
- (" Quit the _game, or continue? \n\n\n", buttons) == 0) {
+ if (selectionBox(" Quit the game, or continue? \n\n\n", buttons) == 0) {
quitGame();
}
}