Update of bug #11873 (project wormux):

                  Status:                    None => Ready For Test         
             Assigned to:                    None => drayan                 

    _______________________________________________________

Follow-up Comment #1:

Funny bug :)

Here's the patch to correct this :
[EMAIL PROTECTED]:~/dev/wormux/src$ svn diff weapon
Index: weapon/grapple.cpp
===================================================================
--- weapon/grapple.cpp  (révision 4621)
+++ weapon/grapple.cpp  (copie de travail)
@@ -534,7 +534,8 @@

 void Grapple::DetachRope()
 {
-  ActiveCharacter().UnsetPhysFixationPoint() ;
+  if(m_is_active)
+    ActiveCharacter().UnsetPhysFixationPoint() ;
   rope_nodes.clear();
   m_is_active = false;


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?11873>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wormux-gna mailing list
[email protected]
https://mail.gna.org/listinfo/wormux-gna

Reply via email to