aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r--engines/dreamweb/stubs.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index e0075da174..3cad1236a7 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -288,6 +288,18 @@ void DreamGenContext::delcurs() {
multidump(x, y, width, height);
}
+void DreamGenContext::hangoncurs() {
+ hangoncurs(cx);
+}
+
+void DreamGenContext::hangoncurs(uint16 frameCount) {
+ for (uint16 i = 0; i < frameCount; ++i) {
+ printcurs();
+ vsync();
+ delcurs();
+ }
+}
+
void DreamGenContext::seecommandtail() {
data.word(kSoundbaseadd) = 0x220;
data.byte(kSoundint) = 5;