diff schedule.cc @ 10:27d3291a7c82

fix
author tkaito
date Tue, 13 Jul 2010 18:09:25 +0900
parents dea6d34c8e91
children 632ce41a842a
line wrap: on
line diff
--- a/schedule.cc	Mon Jul 12 04:39:50 2010 +0900
+++ b/schedule.cc	Tue Jul 13 18:09:25 2010 +0900
@@ -11,6 +11,7 @@
   SceneGraphRoot *sgroot = (SceneGraphRoot *)sgroot_;
   Pad *pad = sgroot->getController();
   // Title 画面
+  /*
   if(back_property.flag == 0){
     Putenemy(0, w/2, h/2, 0, 0, MOVE_00, MOVE_00, node, sgroot);
     if(pad->start.isPush()) {
@@ -18,6 +19,7 @@
       //node->children->remove();
     }
   }
+  */
 
   if(back_property.flag == 1) {
   switch (node->frame) {
@@ -286,7 +288,7 @@
   //e->dt1 = e->dt2 = 0;
   //e->tama = tf;
 
-  int size = sizeof(ObjPropertyPtr)*16;
+  int size = sizeof(ObjProperty)*16;
   //printf("size = %d\n", size);
   sgroot->set_move_task(obj, move, (void*)e, size, create_enemy);
 }