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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

