[Scummvm-cvs-logs] scummvm master -> 5de6a876a93fd3a56ca50c26cfa1124a30909574
bluegr
bluegr at gmail.com
Mon Jul 1 03:43:23 CEST 2013
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:
5de6a876a9 NEVERHOOD: Fix display of the dynamites on shelves in the dynamite room
Commit: 5de6a876a93fd3a56ca50c26cfa1124a30909574
https://github.com/scummvm/scummvm/commit/5de6a876a93fd3a56ca50c26cfa1124a30909574
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-06-30T18:42:13-07:00
Commit Message:
NEVERHOOD: Fix display of the dynamites on shelves in the dynamite room
Changed paths:
engines/neverhood/modules/module1200.cpp
diff --git a/engines/neverhood/modules/module1200.cpp b/engines/neverhood/modules/module1200.cpp
index 3e67ddb..ae84d59 100644
--- a/engines/neverhood/modules/module1200.cpp
+++ b/engines/neverhood/modules/module1200.cpp
@@ -133,7 +133,7 @@ SsScene1201Tnt::SsScene1201Tnt(NeverhoodEngine *vm, uint32 elemIndex, uint32 poi
if (x < 300)
loadSprite(kScene1201TntFileHashList1[elemIndex], kSLFDefDrawOffset | kSLFDefPosition, 50);
else
- loadSprite(kScene1201TntFileHashList2[elemIndex], kSLFCenteredDrawOffset | kSLFSetPosition, 50, x, y);
+ loadSprite(kScene1201TntFileHashList2[elemIndex], kSLFCenteredDrawOffset | kSLFSetPosition, 50, x, y - 20);
setClipRect(0, 0, 640, clipY2);
}
More information about the Scummvm-git-logs
mailing list