[Scummvm-git-logs] scummvm master -> cdcefacaee8586be6da9672b62a7c1b8426fca81

Strangerke noreply at scummvm.org
Thu Mar 24 23:28:40 UTC 2022


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:
cdcefacaee CHEWY: after check in IDB, small change in adsMenu()


Commit: cdcefacaee8586be6da9672b62a7c1b8426fca81
    https://github.com/scummvm/scummvm/commit/cdcefacaee8586be6da9672b62a7c1b8426fca81
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2022-03-25T00:28:32+01:00

Commit Message:
CHEWY: after check in IDB, small change in adsMenu()

Changed paths:
    engines/chewy/menus.cpp


diff --git a/engines/chewy/menus.cpp b/engines/chewy/menus.cpp
index 3d0f1457046..216fcaa1460 100644
--- a/engines/chewy/menus.cpp
+++ b/engines/chewy/menus.cpp
@@ -243,7 +243,7 @@ void adsMenu() {
 		if (curY < 160 || curY > curYStart + 10)
 			curY = 255;
 		else
-			curY = (curYStart + 5 - curY) / 10;
+			curY = (curYStart + 8 - curY) / 10;
 
 		if (_G(atds)->aadGetStatus() == -1 && _G(ads_push) == false &&
 		        _G(flags).NoDiaBox == false) {




More information about the Scummvm-git-logs mailing list