aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/floodfill_he.cpp
diff options
context:
space:
mode:
authorMax Horn2006-09-17 20:36:48 +0000
committerMax Horn2006-09-17 20:36:48 +0000
commit51017cf1b21f450acad9c735e9364f5bb5d35f17 (patch)
treec61007341218b4522350f23cf646a2376b0bf3be /engines/scumm/he/floodfill_he.cpp
parent8c0b0c012007d938ab500c5ccc64f6e0cbcf13e0 (diff)
downloadscummvm-rg350-51017cf1b21f450acad9c735e9364f5bb5d35f17.tar.gz
scummvm-rg350-51017cf1b21f450acad9c735e9364f5bb5d35f17.tar.bz2
scummvm-rg350-51017cf1b21f450acad9c735e9364f5bb5d35f17.zip
Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap (i.e. _res is a pointer now)
svn-id: r23922
Diffstat (limited to 'engines/scumm/he/floodfill_he.cpp')
-rw-r--r--engines/scumm/he/floodfill_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/floodfill_he.cpp b/engines/scumm/he/floodfill_he.cpp
index f4a3cc7998..fb9fa73513 100644
--- a/engines/scumm/he/floodfill_he.cpp
+++ b/engines/scumm/he/floodfill_he.cpp
@@ -287,7 +287,7 @@ void Wiz::fillWizFlood(const WizParameters *params) {
}
}
}
- _vm->res.setModified(rtImage, params->img.resNum);
+ _vm->_res->setModified(rtImage, params->img.resNum);
}
} // End of namespace Scumm