diff options
| -rw-r--r-- | engines/dreamweb/stubs.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 4b53f88f47..2ac003f46a 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -3718,7 +3718,7 @@ void DreamGenContext::showLoadOps() {  void DreamGenContext::showSaveOps() {  	showFrame(tempGraphics(), kOpsx + 128 + 4, kOpsy + 12, 1, 0); -	showFrame(tempGraphics(), kOpsx + 176 + 2, kOpsy + 60 - 4, 6, 0); +	showFrame(tempGraphics(), kOpsx + 176 + 2, kOpsy + 60 - 4, 5, 0);  	printMessage(kOpsx + 104, kOpsy + 14, 54, 101, (101 & 1));  } | 
