diff options
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 5a769e05b5..a06e2fcae0 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -3558,10 +3558,9 @@ void DreamGenContext::redrawMainScrn() { } void DreamGenContext::selectSlot2() { - if (data.word(kMousebutton) == 0) - selectSlot(); - else + if (data.word(kMousebutton)) data.byte(kLoadingorsave) = 2; + selectSlot(); } void DreamGenContext::blank() { |