mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix ResetMoveSpeed rename missed in 859d96fba5, introduced by ac47803221.
This was SVN commit r22281.
This commit is contained in:
parent
964934cf4e
commit
f0f06deaf3
1 changed files with 1 additions and 1 deletions
|
|
@ -2037,7 +2037,7 @@ UnitAI.prototype.UnitFsmSpec = {
|
|||
},
|
||||
|
||||
"leave": function() {
|
||||
this.ResetMoveSpeed();
|
||||
this.ResetSpeedMultiplier();
|
||||
|
||||
// Show carried resources when walking.
|
||||
this.SetDefaultAnimationVariant();
|
||||
|
|
|
|||
Loading…
Reference in a new issue