diff stage_init.cc @ 8:7c60ef3fca5b

test
author tkaito
date Wed, 07 Jul 2010 03:11:52 +0900
parents c015109a6041
children dea6d34c8e91
line wrap: on
line diff
--- a/stage_init.cc	Tue Jun 29 04:25:32 2010 +0900
+++ b/stage_init.cc	Wed Jul 07 03:11:52 2010 +0900
@@ -27,6 +27,8 @@
 
 }
 
+ObjProperty back_property;
+
 void
 create_back(void *sgroot_, int w, int h) 
 {
@@ -36,6 +38,7 @@
   back = sgroot->createSceneGraph();
   back->set_move_collision(back_move, back_coll);
   sgroot->setSceneData(back);
+  back_property.flag = 0;
 
   charactor[0].x  = w/2;
   charactor[0].y  = h/2;