aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2005-03-18 15:04:37 +0000
committerTravis Howell2005-03-18 15:04:37 +0000
commit47e9cc1b3a75ed24246c4e4465d619664f27c47d (patch)
tree60b29c08f09af2167e349195c234b3482c61abe5 /scumm/scumm.h
parent749cf8a083460e18db96c24220f756307dd0b4d0 (diff)
downloadscummvm-rg350-47e9cc1b3a75ed24246c4e4465d619664f27c47d.tar.gz
scummvm-rg350-47e9cc1b3a75ed24246c4e4465d619664f27c47d.tar.bz2
scummvm-rg350-47e9cc1b3a75ed24246c4e4465d619664f27c47d.zip
Add string height override for loom
svn-id: r17178
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 49daf51cc7..f6e66548c9 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -249,6 +249,7 @@ struct StringSlot {
int16 xpos;
int16 ypos;
int16 right;
+ int16 height;
byte color;
byte charset;
bool center;