aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/verbs.h')
-rw-r--r--scumm/verbs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/scumm/verbs.h b/scumm/verbs.h
index 11955b02b3..79f9c958b0 100644
--- a/scumm/verbs.h
+++ b/scumm/verbs.h
@@ -32,9 +32,8 @@ enum {
};
struct VerbSlot {
- int16 x, y;
- int16 right, bottom;
- Common::Rect old;
+ Common::Rect curRect;
+ Common::Rect oldRect;
uint16 verbid;
uint8 color, hicolor, dimcolor, bkcolor, type;
uint8 charset_nr, curmode;