diff TaskManager/Test/test_render/bullet_action.cpp @ 238:443c7ae1c7a7 draft

warning clean
author admin@mcbk.cr.ie.u-ryukyu.ac.jp
date Fri, 29 May 2009 13:43:52 +0900
parents 8ac35507094d
children
line wrap: on
line diff
--- a/TaskManager/Test/test_render/bullet_action.cpp	Sat May 16 20:49:36 2009 +0900
+++ b/TaskManager/Test/test_render/bullet_action.cpp	Fri May 29 13:43:52 2009 +0900
@@ -37,7 +37,7 @@
 bullet_collision(SceneGraphPtr node, int screen_w, int screen_h, SceneGraphPtr tree)
 {
     SceneGraphIteratorPtr it = sgroot->getIterator(tree);
-    static int damage = 0;
+    //static int damage = 0;
 
     for (; it->hasNext(E_PLANE);) {
 	it->next(E_PLANE);