[Scummvm-cvs-logs] scummvm master -> 5a1f458bd08313e3ae278a9933ef9391ec5f122c

wjp wjp at usecode.org
Fri May 4 23:35:59 CEST 2012


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:
5a1f458bd0 DREAMWEB: Add character map for the Italian version.


Commit: 5a1f458bd08313e3ae278a9933ef9391ec5f122c
    https://github.com/scummvm/scummvm/commit/5a1f458bd08313e3ae278a9933ef9391ec5f122c
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-05-04T14:35:18-07:00

Commit Message:
DREAMWEB: Add character map for the Italian version.

It is the same as the French version. This fixes bug #3523338.

Changed paths:
    engines/dreamweb/dreamweb.cpp



diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp
index 0a35bcd..299dd74 100644
--- a/engines/dreamweb/dreamweb.cpp
+++ b/engines/dreamweb/dreamweb.cpp
@@ -522,6 +522,7 @@ uint8 DreamWebEngine::modifyChar(uint8 c) const {
 			return c;
 		}
 	case Common::FR_FRA:
+	case Common::IT_ITA:
 		switch(c) {
 		case 133:
 			return 'Z' + 1;	






More information about the Scummvm-git-logs mailing list