[Scummvm-git-logs] scummvm master -> 0e13db732f58df90785b98f18c108dd03cfeab74

sev- sev at scummvm.org
Mon May 4 20:44:02 UTC 2020


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

Summary:
f1c6323b01 SWORD2: Remove useless switch statement
0e13db732f NEWS: Mention Dreamweb fix


Commit: f1c6323b01ecc83edb09ebdeeae7bbad4c00cfc4
    https://github.com/scummvm/scummvm/commit/f1c6323b01ecc83edb09ebdeeae7bbad4c00cfc4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-04T18:18:55+02:00

Commit Message:
SWORD2: Remove useless switch statement

The while block is guarded by check against kAlignLeft

Changed paths:
    engines/sword2/controls.cpp


diff --git a/engines/sword2/controls.cpp b/engines/sword2/controls.cpp
index 5f1b1e1f63..8d80d599b4 100644
--- a/engines/sword2/controls.cpp
+++ b/engines/sword2/controls.cpp
@@ -224,7 +224,6 @@ void FontRendererGui::drawText(byte *text, int x, int y, int alignment) {
 		case kAlignCenter:
 			x -= (textWidth / 2);
 			break;
-		case kAlignLeft:
 		default:
 			break;
 		}


Commit: 0e13db732f58df90785b98f18c108dd03cfeab74
    https://github.com/scummvm/scummvm/commit/0e13db732f58df90785b98f18c108dd03cfeab74
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-04T22:43:26+02:00

Commit Message:
NEWS: Mention Dreamweb fix

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 1237453bbf..68274e6585 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -11,6 +11,7 @@ For a more comprehensive changelog of the latest experimental code, see:
 
  Dreamweb:
    - Added support for Russian fan-translation.
+   - Fixed animation speed.
 
  Kyra:
    - Added support for the PC-98 version of Eye of the Beholder I.




More information about the Scummvm-git-logs mailing list