diff schedule.cc @ 27:34fde39c0a31

commit test.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 10 Dec 2010 02:57:29 +0900
parents 6bea374ee604 a131729d6e4d
children
line wrap: on
line diff
--- a/schedule.cc	Fri Dec 10 02:20:37 2010 +0900
+++ b/schedule.cc	Fri Dec 10 02:57:29 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, 
@@ -295,3 +296,4 @@
   //printf("size = %d\n", size);
 //  sgroot->set_move_task(obj, move, (void*)e, size, create_enemy);
 }
+#endif