This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 427bbfa6307c8054f265dbd70d6ef880fe921c8b
Author: krzys-h <krzy...@interia.pl>
Date:   Mon Mar 28 23:04:24 2016 +0200

    Changed CParticle::CheckChannel log message
---
 src/graphics/engine/particle.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/graphics/engine/particle.cpp b/src/graphics/engine/particle.cpp
index 69b27e3..e9aa0ab 100644
--- a/src/graphics/engine/particle.cpp
+++ b/src/graphics/engine/particle.cpp
@@ -647,13 +647,13 @@ bool CParticle::CheckChannel(int &channel)
 
     if (!m_particle[channel].used)
     {
-        GetLogger()->Error("CheckChannel used=false !\n");
+        GetLogger()->Error("CParticle::CheckChannel used=false !\n");
         return false;
     }
 
     if (m_particle[channel].uniqueStamp != uniqueStamp)
     {
-        GetLogger()->Error("CheckChannel uniqueStamp !\n");
+        GetLogger()->Error("CParticle::CheckChannel uniqueStamp !\n");
         return false;
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/colobot.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to