[Scummvm-git-logs] scummvm master -> c414f85093f40e4ab4a434964470df5e56553a49
mduggan
noreply at scummvm.org
Sun Jan 2 12:11:12 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:
c414f85093 ULTIMA8: For now disable startRun anim translation to fix build
Commit: c414f85093f40e4ab4a434964470df5e56553a49
https://github.com/scummvm/scummvm/commit/c414f85093f40e4ab4a434964470df5e56553a49
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2022-01-02T21:11:06+09:00
Commit Message:
ULTIMA8: For now disable startRun anim translation to fix build
Changed paths:
engines/ultima/ultima8/graphics/anim_dat.cpp
diff --git a/engines/ultima/ultima8/graphics/anim_dat.cpp b/engines/ultima/ultima8/graphics/anim_dat.cpp
index 5ad22086dd2..b5a0351cc75 100644
--- a/engines/ultima/ultima8/graphics/anim_dat.cpp
+++ b/engines/ultima/ultima8/graphics/anim_dat.cpp
@@ -136,8 +136,8 @@ uint32 AnimDat::getActionNumberForSequence(Animation::Sequence action, const Act
return 0;
case Animation::jump:
return Animation::quickJumpCru;
- case Animation::startRunLargeWeapon:
- return (smallwpn ? Animation::startRunSmallWeapon : Animation::startRunLargeWeapon);
+ //case Animation::startRunLargeWeapon:
+ // return (smallwpn ? Animation::startRunSmallWeapon : Animation::startRunLargeWeapon); // FIXME: overlaps with kneel
case Animation::stopRunningAndDrawSmallWeapon:
return (smallwpn ? Animation::stopRunningAndDrawSmallWeapon : Animation::stopRunningAndDrawLargeWeapon);
default:
More information about the Scummvm-git-logs
mailing list