[Scummvm-git-logs] scummvm master -> 4bdaa8d1d92a087db0ba1f068c2ee644d7e96d93

dreammaster dreammaster at scummvm.org
Sun Sep 17 23:30:27 CEST 2017


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:
a8215f8c68 Corrected spelling
4bdaa8d1d9 Merge pull request #1021 from Schallaven/patch-1


Commit: a8215f8c684482de227512a5d363475d675efbd9
    https://github.com/scummvm/scummvm/commit/a8215f8c684482de227512a5d363475d675efbd9
Author: Sven Kochmann (sven.kochmann at gmx.de)
Date: 2017-09-17T01:21:16-04:00

Commit Message:
Corrected spelling

"ddark.mon" -> "dark.mon"

Changed paths:
    engines/xeen/map.cpp


diff --git a/engines/xeen/map.cpp b/engines/xeen/map.cpp
index f904344..ccad967 100644
--- a/engines/xeen/map.cpp
+++ b/engines/xeen/map.cpp
@@ -952,7 +952,7 @@ void Map::load(int mapId) {
 				break;
 			default:
 				_animationInfo.load("dark.dat");
-				_monsterData.load("ddark.mon");
+				_monsterData.load("dark.mon");
 				_wallPicSprites.load("darkpic.dat");
 				break;
 			}


Commit: 4bdaa8d1d92a087db0ba1f068c2ee644d7e96d93
    https://github.com/scummvm/scummvm/commit/4bdaa8d1d92a087db0ba1f068c2ee644d7e96d93
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-09-17T17:30:24-04:00

Commit Message:
Merge pull request #1021 from Schallaven/patch-1

XEEN: Corrected spelling in xeen/map.cpp

Changed paths:
    engines/xeen/map.cpp







More information about the Scummvm-git-logs mailing list