aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/vgagrafx.cpp
diff options
context:
space:
mode:
authorMax Horn2011-12-07 14:19:44 +0100
committerMax Horn2011-12-07 14:19:44 +0100
commit4c64f87892d0fa85fe908ef8a19a724b3dc27bac (patch)
treef6d8b5953cea5c76d05b6fa0b160f1b11e19e62c /engines/dreamweb/vgagrafx.cpp
parente862aa4f7cc9bacc2dc59f46c501fef9404ceee5 (diff)
downloadscummvm-rg350-4c64f87892d0fa85fe908ef8a19a724b3dc27bac.tar.gz
scummvm-rg350-4c64f87892d0fa85fe908ef8a19a724b3dc27bac.tar.bz2
scummvm-rg350-4c64f87892d0fa85fe908ef8a19a724b3dc27bac.zip
DREAMWEB: Some more workspace cleanup
Diffstat (limited to 'engines/dreamweb/vgagrafx.cpp')
-rw-r--r--engines/dreamweb/vgagrafx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/vgagrafx.cpp b/engines/dreamweb/vgagrafx.cpp
index 54c737d07f..c8280bdbbb 100644
--- a/engines/dreamweb/vgagrafx.cpp
+++ b/engines/dreamweb/vgagrafx.cpp
@@ -380,7 +380,7 @@ void DreamGenContext::showFrame() {
ch = height;
}
-void DreamGenContext::clearWork() {
+void DreamBase::clearWork() {
memset(workspace(), 0, 320*200);
}