diff options
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 17f762dad5..fa3b59d9d1 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -2306,6 +2306,15 @@ void DreamGenContext::restorereels() { closefile(); } +void DreamGenContext::loadfolder() { + loadintotemp("DREAMWEB.G09"); + loadintotemp2("DREAMWEB.G10"); + loadintotemp3("DREAMWEB.G11"); + loadtempcharset("DREAMWEB.C02"); + dx = kFoldertext; // "DREAMWEB.T50" + loadtemptext(); +} + void DreamGenContext::showfolder() { data.byte(kCommandtype) = 255; if (data.byte(kFolderpage)) { |