[Scummvm-cvs-logs] scummvm master -> aebab022de9e0abecadecd5b26872513b26e14be

wjp wjp at usecode.org
Fri Dec 9 11:13:25 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
aebab022de DREAMWEB: Fix regression in showSaveOps


Commit: aebab022de9e0abecadecd5b26872513b26e14be
    https://github.com/scummvm/scummvm/commit/aebab022de9e0abecadecd5b26872513b26e14be
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-12-09T02:12:51-08:00

Commit Message:
DREAMWEB: Fix regression in showSaveOps

Changed paths:
    engines/dreamweb/stubs.cpp



diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 4b53f88..2ac003f 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));
 }
 






More information about the Scummvm-git-logs mailing list