aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNipun Garg2019-06-23 06:39:13 +0530
committerEugene Sandulenko2019-09-03 17:16:57 +0200
commit6336ce6f42ebe5a8b8b6f303be25e06529dec605 (patch)
treec4d67522b723be1941db8b268baa108b5a8a4141
parenta9314535c8e16af992e0c8fd0ae9019c989cef18 (diff)
downloadscummvm-rg350-6336ce6f42ebe5a8b8b6f303be25e06529dec605.tar.gz
scummvm-rg350-6336ce6f42ebe5a8b8b6f303be25e06529dec605.tar.bz2
scummvm-rg350-6336ce6f42ebe5a8b8b6f303be25e06529dec605.zip
HDB: Add Dialog constants
-rw-r--r--engines/hdb/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/hdb/window.h b/engines/hdb/window.h
index d725eb816f..3306e82ccc 100644
--- a/engines/hdb/window.h
+++ b/engines/hdb/window.h
@@ -25,6 +25,11 @@
namespace HDB {
+enum {
+ kDialogTextLeft = 64,
+ kDialogTextRight = (kDialogTextLeft + kTileWidth * 9)
+};
+
struct DialogInfo {
char title[64]; // TITLE string
int tileIndex; // this is for a character picture