diff options
author | Bertrand Augereau | 2011-12-01 00:01:54 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-12-01 00:01:54 +0100 |
commit | 4d92522fcc51aff067c6ab0a525b3c825f51e2ae (patch) | |
tree | 73dbb53d8b89e6af4efd368d40cd0cd3d8c029c4 /engines/dreamweb/stubs.cpp | |
parent | 22a3c1937469c4d409e09ea9ea4f20e5c540f922 (diff) | |
download | scummvm-rg350-4d92522fcc51aff067c6ab0a525b3c825f51e2ae.tar.gz scummvm-rg350-4d92522fcc51aff067c6ab0a525b3c825f51e2ae.tar.bz2 scummvm-rg350-4d92522fcc51aff067c6ab0a525b3c825f51e2ae.zip |
DREAMWEB: 'worktoscreenm' ported to C++
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 09f6f7109e..2d8faa7a58 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -2483,5 +2483,14 @@ void DreamGenContext::allocatebuffers() { data.word(kSounddata2) = allocatemem(2048/16); } +void DreamGenContext::worktoscreenm() { + animpointer(); + readmouse(); + showpointer(); + vsync(); + worktoscreen(); + delpointer(); +} + } /*namespace dreamgen */ |