aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/object.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-12 09:07:55 +0100
committerWillem Jan Palenstijn2011-12-12 09:19:25 +0100
commit2ff147352c01045b7571c1d44c6ef942b1e64d98 (patch)
tree2c1ab184ef326f7eee342444619087df3d6b3207 /engines/dreamweb/object.cpp
parent58c7a8dcb847f3ee03b704d3dd6bfc80018cbece (diff)
downloadscummvm-rg350-2ff147352c01045b7571c1d44c6ef942b1e64d98.tar.gz
scummvm-rg350-2ff147352c01045b7571c1d44c6ef942b1e64d98.tar.bz2
scummvm-rg350-2ff147352c01045b7571c1d44c6ef942b1e64d98.zip
DREAMWEB: Cleanup and add FIXMEs
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 edc0b734ec..53d834e74c 100644
--- a/engines/dreamweb/object.cpp
+++ b/engines/dreamweb/object.cpp
@@ -99,7 +99,7 @@ void DreamGenContext::obPicture() {
showFrame(frames, 160, 68, frame, 0x80);
}
-void DreamGenContext::obIcons() {
+void DreamBase::obIcons() {
uint8 value1, value2;
getAnyAd(&value1, &value2);
if (value1 != 0xff) {