[Scummvm-cvs-logs] scummvm master -> 7cf07dfa249f6b8705b43d9f264bd13f24310518

whoozle whoozle at yandex.ru
Thu Jul 7 11:37:05 CEST 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:
7cf07dfa24 DREAMWEB: Fixed ß in german version(typo)


Commit: 7cf07dfa249f6b8705b43d9f264bd13f24310518
    https://github.com/scummvm/scummvm/commit/7cf07dfa249f6b8705b43d9f264bd13f24310518
Author: Vladimir Menshakov (whoozle at yandex.ru)
Date: 2011-07-07T02:35:08-07:00

Commit Message:
DREAMWEB: Fixed ß in german version(typo)

Changed paths:
    engines/dreamweb/dreamweb.cpp



diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp
index eebadfd..85cb2c1 100644
--- a/engines/dreamweb/dreamweb.cpp
+++ b/engines/dreamweb/dreamweb.cpp
@@ -591,7 +591,7 @@ uint8 DreamWebEngine::modifyChar(uint8 c) const {
 			return 'Z' + 4;
 		case 154:
 			return 'Z' + 6;
-		case 255:
+		case 225:
 			return 'A' - 1;
 		case 153:
 			return 'Z' + 5;






More information about the Scummvm-git-logs mailing list