comparison 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
comparison
equal deleted inserted replaced
23:3fb8a6a34e24 24:a131729d6e4d
1 #include "dandy.h" 1 #include "dandy.h"
2 2
3 #if 0
3 static const int FRAME_RATE = 32; 4 static const int FRAME_RATE = 32;
4 5
5 void Putenemy(int charano, int x, int y, int sx, int sy, int move, int coll, 6 void Putenemy(int charano, int x, int y, int sx, int sy, int move, int coll,
6 SceneGraphPtr node, void *sgroot_); 7 SceneGraphPtr node, void *sgroot_);
7 8
289 //e->dt1 = e->dt2 = 0; 290 //e->dt1 = e->dt2 = 0;
290 //e->tama = tf; 291 //e->tama = tf;
291 292
292 int size = sizeof(ObjProperty)*16; 293 int size = sizeof(ObjProperty)*16;
293 //printf("size = %d\n", size); 294 //printf("size = %d\n", size);
294 sgroot->set_move_task(obj, move, (void*)e, size, create_enemy); 295 sgroot->set_move_task(obj, move, (void*)e, size);
295 } 296 }
297 #endif