[Scummvm-git-logs] scummvm master -> 2d478e31348ce1c8db54ac5a1dcd749b2c376d6a

neuromancer noreply at scummvm.org
Mon Mar 7 08:34:52 UTC 2022


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:
2d478e3134 HYPNO: adjusted offsets in arcade animation in spider


Commit: 2d478e31348ce1c8db54ac5a1dcd749b2c376d6a
    https://github.com/scummvm/scummvm/commit/2d478e31348ce1c8db54ac5a1dcd749b2c376d6a
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-03-07T09:35:04+01:00

Commit Message:
HYPNO: adjusted offsets in arcade animation in spider

Changed paths:
    engines/hypno/spider/arcade.cpp


diff --git a/engines/hypno/spider/arcade.cpp b/engines/hypno/spider/arcade.cpp
index c9d8c33ec99..f9d0c207fbe 100644
--- a/engines/hypno/spider/arcade.cpp
+++ b/engines/hypno/spider/arcade.cpp
@@ -31,7 +31,7 @@ namespace Hypno {
 static const int oIndexYB[9] = {0, 1, 2, 7, 8, 3, 6, 5, 4};
 static const int oIndexYE[9] = {4, 3, 2, 1, 0};
 static const int shootOriginIndex[9][2] = {
-	{41, 3}, {51, 3}, {65, 6}, {68, 9}, {71, 22}, {57, 20}, {37, 14}, {37, 11}, {57, 20}};
+	{41, 3}, {51, 3}, {65, 6}, {40, 16}, {58, 20}, {67, 10}, {37, 14}, {37, 15}, {67, 22}};
 
 void SpiderEngine::runBeforeArcade(ArcadeShooting *arc) {
 	assert(!arc->player.empty());




More information about the Scummvm-git-logs mailing list