aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/object.cpp
diff options
context:
space:
mode:
authorMax Horn2011-12-15 14:09:53 +0100
committerMax Horn2011-12-15 14:09:53 +0100
commitd1ed87beceb68a2b33db9989e6a480bbda6a73d1 (patch)
tree254cd070f15f636bb36c9dd35785dc3d001ced15 /engines/dreamweb/object.cpp
parent9ebcaa33e7080098e686c02ec03dff65a0a55174 (diff)
downloadscummvm-rg350-d1ed87beceb68a2b33db9989e6a480bbda6a73d1.tar.gz
scummvm-rg350-d1ed87beceb68a2b33db9989e6a480bbda6a73d1.tar.bz2
scummvm-rg350-d1ed87beceb68a2b33db9989e6a480bbda6a73d1.zip
DREAMWEB: Convert notHeldError to C++, move stuff to DreamBase
Diffstat (limited to 'engines/dreamweb/object.cpp')
-rw-r--r--engines/dreamweb/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/object.cpp b/engines/dreamweb/object.cpp
index b430183cee..5f326a5a03 100644
--- a/engines/dreamweb/object.cpp
+++ b/engines/dreamweb/object.cpp
@@ -107,7 +107,7 @@ void DreamBase::obToInv(uint8 index, uint8 flag, uint16 x, uint16 y) {
showFrame(engine->icons1(), x - 3, y - 2, 7, 0);
}
-void DreamGenContext::obPicture() {
+void DreamBase::obPicture() {
if (data.byte(kObjecttype) == 1)
return;
Frame *frames;