diff ps2util.cc @ 122:5219bf3d5e71

title_draw
author e085768
date Mon, 27 Jun 2011 19:44:46 +0900
parents b6dc70f6aa7e
children 6ef3b0efdeaf
line wrap: on
line diff
--- a/ps2util.cc	Mon Jun 27 17:49:47 2011 +0900
+++ b/ps2util.cc	Mon Jun 27 19:44:46 2011 +0900
@@ -17,6 +17,12 @@
 {
   OBJECT *body;
 
+  for( int i = 0; i < 4; i ++ ){
+    body->xyz[i]   = 0.0f;
+    body->angle[i] = 0.0f;
+  }
+
+    
   /*
     body->xyz = {0,0,0,0};
     body->angle = {0,0,0,0};