aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/scriptdebug.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-03-18 16:43:12 +0000
committerFilippos Karapetis2009-03-18 16:43:12 +0000
commit723bc879f8eb424b6c715dbc93338f997350cbbc (patch)
tree3170a42abe25e2286c51333d389e5d383725a222 /engines/sci/engine/scriptdebug.cpp
parentab4812b734e28e2701c395ccca7275400c4e9b14 (diff)
downloadscummvm-rg350-723bc879f8eb424b6c715dbc93338f997350cbbc.tar.gz
scummvm-rg350-723bc879f8eb424b6c715dbc93338f997350cbbc.tar.bz2
scummvm-rg350-723bc879f8eb424b6c715dbc93338f997350cbbc.zip
Changed abs_rect_t to Common::Rect
svn-id: r39518
Diffstat (limited to 'engines/sci/engine/scriptdebug.cpp')
-rw-r--r--engines/sci/engine/scriptdebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/scriptdebug.cpp b/engines/sci/engine/scriptdebug.cpp
index 4a19a6ee6f..c6b1078686 100644
--- a/engines/sci/engine/scriptdebug.cpp
+++ b/engines/sci/engine/scriptdebug.cpp
@@ -2506,7 +2506,7 @@ static void viewobjinfo(EngineState *s, HeapPtr pos) {
int brLeft, brRight, brBottom, brTop;
int i;
int have_rects = 0;
- abs_rect_t nsrect, nsrect_clipped, brrect;
+ Common::Rect nsrect, nsrect_clipped, brrect;
if (lookup_selector(s, pos, s->selector_map.nsBottom, NULL) == kSelectorVariable) {
GETRECT(nsLeft, nsRight, nsBottom, nsTop);