diff stage_init.cc @ 15:813485a28b6f

ppe/Move is integrated into EnemyMove.
author tkaito
date Sun, 08 Aug 2010 18:05:46 +0900
parents e95c5c280f47
children 2c188b2becec
line wrap: on
line diff
--- a/stage_init.cc	Fri Aug 06 22:47:05 2010 +0900
+++ b/stage_init.cc	Sun Aug 08 18:05:46 2010 +0900
@@ -36,7 +36,7 @@
   SceneGraphPtr title = (SceneGraphPtr)charactor[0].root;
   title->xyz[0] = charactor[0].x;
   title->xyz[1] = charactor[0].y;
-  
+
   int size = sizeof(ObjProperty);
   //printf("size = %d\n", size);
   
@@ -51,8 +51,8 @@
 {
   SceneGraphRoot *sgroot = (SceneGraphRoot *)sgroot_;
 
-  SceneGraphPtr stage = sgroot->createSceneGraph();
-  SceneGraphPtr mydandy = sgroot->createSceneGraph("mydandy");
+ SceneGraphPtr stage = sgroot->createSceneGraph();  SceneGraphPtr
+mydandy = sgroot->createSceneGraph("mydandy"); 
 
   //mydandy->set_move_collision(dandy_move, dandy_coll);
   //stage->set_move_collision(stage_move, stage_coll);