aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-05 20:47:15 -0500
committerPaul Gilbert2015-02-05 20:47:15 -0500
commitb39f4179ce53e9e98c4e3d80cc0f075dabd8d8f6 (patch)
treecff08d13add0f2f5583c1d7ad1bba06d7946c2de /engines/xeen/town.cpp
parent6595abcf144850cc23208db71ce0098d9921112e (diff)
downloadscummvm-rg350-b39f4179ce53e9e98c4e3d80cc0f075dabd8d8f6.tar.gz
scummvm-rg350-b39f4179ce53e9e98c4e3d80cc0f075dabd8d8f6.tar.bz2
scummvm-rg350-b39f4179ce53e9e98c4e3d80cc0f075dabd8d8f6.zip
XEEN: Merged confirmation and yes/no dialogs into single source file
Diffstat (limited to 'engines/xeen/town.cpp')
-rw-r--r--engines/xeen/town.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp
index 3df26859d4..3a07d2a9e0 100644
--- a/engines/xeen/town.cpp
+++ b/engines/xeen/town.cpp
@@ -23,7 +23,7 @@
#include "xeen/town.h"
#include "xeen/dialogs_input.h"
#include "xeen/dialogs_items.h"
-#include "xeen/dialogs_yesno.h"
+#include "xeen/dialogs_query.h"
#include "xeen/dialogs_spells.h"
#include "xeen/resources.h"
#include "xeen/xeen.h"