aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gui/gui_helpers.h')
-rw-r--r--engines/sci/gui/gui_helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h
index 3f80d0cd75..a198ba9f30 100644
--- a/engines/sci/gui/gui_helpers.h
+++ b/engines/sci/gui/gui_helpers.h
@@ -48,7 +48,7 @@ struct sciPort {
int16 top, left;
Common::Rect rect;
int16 curTop, curLeft;
- int16 fontH;
+ int16 fontHeight;
sciResourceId fontId;
int16 textFace, penClr, backClr;
int16 penMode;
@@ -60,7 +60,7 @@ struct sciWnd {
int16 top, left;
Common::Rect rect;
int16 curTop, curLeft;
- int16 fontH;
+ int16 fontHeight;
sciResourceId fontId;
int16 textFace, penClr, backClr;
int16 penMode;