[Scummvm-git-logs] scummvm master -> 040d6514eb6f1cefb1feac28de182d53a4597c08
sev-
sev at scummvm.org
Wed Jan 29 23:14:55 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:
1df7abfe95 NEWS: Add 2.1.1 release codename
040d6514eb JANITORIAL: Whitepsace fixes
Commit: 1df7abfe95e0ac416238caad051382d9770cc61f
https://github.com/scummvm/scummvm/commit/1df7abfe95e0ac416238caad051382d9770cc61f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-30T00:14:41+01:00
Commit Message:
NEWS: Add 2.1.1 release codename
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index c7dc75c..891361f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -13,7 +13,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for localized menus in Novy Disk Russian Trilogy release.
-#### 2.1.1 (2020-01-31)
+#### 2.1.1 ":More sheep:" (2020-01-31)
General:
- Fixed crash when switching certain languages in GUI.
Commit: 040d6514eb6f1cefb1feac28de182d53a4597c08
https://github.com/scummvm/scummvm/commit/040d6514eb6f1cefb1feac28de182d53a4597c08
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-30T00:14:41+01:00
Commit Message:
JANITORIAL: Whitepsace fixes
Changed paths:
engines/director/cachedmactext.cpp
diff --git a/engines/director/cachedmactext.cpp b/engines/director/cachedmactext.cpp
index edcb0f7..d3557c6 100644
--- a/engines/director/cachedmactext.cpp
+++ b/engines/director/cachedmactext.cpp
@@ -49,14 +49,7 @@ void CachedMacText::makeMacText() {
_textCast->_fontId, _textCast->_fontSize, _textCast->_textSlant, macFont->getName().c_str(),
Common::toPrintable(_textCast->_ftext).c_str());
- _macText = new Graphics::MacText(_textCast->_ftext,
- _wm,
- macFont,
- 0x00,
- 0xff,
- _width,
- _align,
- 1);
+ _macText = new Graphics::MacText(_textCast->_ftext, _wm, macFont, 0x00, 0xff, _width, _align, 1);
// TODO destroy me
}
More information about the Scummvm-git-logs
mailing list