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

dreammaster dreammaster at scummvm.org
Sun Dec 10 20:51:48 CET 2017


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:
4f993de137 XEEN: Fix loading of bank shapes


Commit: 4f993de137116941dea84bb6e354362c1b3105ee
    https://github.com/scummvm/scummvm/commit/4f993de137116941dea84bb6e354362c1b3105ee
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-12-10T14:51:37-05:00

Commit Message:
XEEN: Fix loading of bank shapes

Changed paths:
    engines/xeen/resources.cpp


diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp
index ff14f7d..001d1e7 100644
--- a/engines/xeen/resources.cpp
+++ b/engines/xeen/resources.cpp
@@ -699,7 +699,7 @@ const char *const Resources::TOWN_ACTION_MUSIC[2][7] = {
 };
 
 const char *const Resources::TOWN_ACTION_SHAPES[7] = {
-	"bankr", "blck", "gild", "tvrn", "tmpl", "trng", "eface08"
+	"bnkr", "blck", "gild", "tvrn", "tmpl", "trng", "eface08"
 };
 
 const int Resources::TOWN_ACTION_FILES[2][7] = {





More information about the Scummvm-git-logs mailing list