From 6336ce6f42ebe5a8b8b6f303be25e06529dec605 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sun, 23 Jun 2019 06:39:13 +0530 Subject: HDB: Add Dialog constants --- engines/hdb/window.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3