aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dialog.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-09 08:33:31 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit3f1fee6dcb9d13dda82683e39cc642419d73d08a (patch)
treeeb76b374dddcf1068f8646c090a9bee484469b39 /engines/dm/dialog.h
parentd7ff8127152a6a70c854f698142f86300d36243d (diff)
downloadscummvm-rg350-3f1fee6dcb9d13dda82683e39cc642419d73d08a.tar.gz
scummvm-rg350-3f1fee6dcb9d13dda82683e39cc642419d73d08a.tar.bz2
scummvm-rg350-3f1fee6dcb9d13dda82683e39cc642419d73d08a.zip
DM: Add _g335_selectedDialogChoice
Diffstat (limited to 'engines/dm/dialog.h')
-rw-r--r--engines/dm/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/dialog.h b/engines/dm/dialog.h
index 2dd3e5bd2a..a4dd7e3425 100644
--- a/engines/dm/dialog.h
+++ b/engines/dm/dialog.h
@@ -33,6 +33,7 @@ namespace DM {
class DialogMan {
DMEngine *_vm;
public:
+ uint16 _g335_selectedDialogChoice; // @ G0335_ui_SelectedDialogChoice
explicit DialogMan(DMEngine *vm);
void f427_dialogDraw(char *msg1, char *msg2, char *choice1, char *choice2,
char *choice3, char *choice4, bool screenDialog, bool clearScreen, bool fading); // @ F0427_DIALOG_Draw