[planetblupi] 56/61: Fix one more disciple animation
Didier Raboud
odyx at moszumanska.debian.org
Thu Nov 2 19:25:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
odyx pushed a commit to branch debian/master
in repository planetblupi.
commit bdf93adc776007a4fd3a44c9e9e7bf83ba8310d6
Author: Mathieu Schroeter <mathieu at schroetersa.ch>
Date: Thu Nov 2 17:56:50 2017 +0100
Fix one more disciple animation
---
src/decblupi.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/decblupi.cxx b/src/decblupi.cxx
index f6f21e3..db33cfb 100644
--- a/src/decblupi.cxx
+++ b/src/decblupi.cxx
@@ -730,7 +730,8 @@ CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct)
if (
m_blupi[rank].action == ACTION_PICKAXE ||
- m_blupi[rank].action == ACTION_BUILDSEC)
+ m_blupi[rank].action == ACTION_BUILDSEC ||
+ m_blupi[rank].action == ACTION_BUILDBREF)
m_blupi[rank].action = ACTION_D_PICKAXE;
if (m_blupi[rank].action == ACTION_BUILD)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/planetblupi.git
More information about the Pkg-games-commits
mailing list