diff schedule.cc @ 24:a131729d6e4d

not working.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 24 Nov 2010 19:24:04 +0900
parents 632ce41a842a
children 34fde39c0a31
line wrap: on
line diff
--- a/schedule.cc	Tue Oct 26 17:28:56 2010 +0900
+++ b/schedule.cc	Wed Nov 24 19:24:04 2010 +0900
@@ -1,5 +1,6 @@
 #include "dandy.h"
 
+#if 0
 static const int FRAME_RATE = 32;
 
 void Putenemy(int charano, int x, int y, int sx, int sy, int move, int coll, 
@@ -291,5 +292,6 @@
 
   int size = sizeof(ObjProperty)*16;
   //printf("size = %d\n", size);
-  sgroot->set_move_task(obj, move, (void*)e, size, create_enemy);
+  sgroot->set_move_task(obj, move, (void*)e, size);
 }
+#endif