comparison ppe/TitleMove.cc @ 23:3fb8a6a34e24

debug and keep up with task_array
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 26 Oct 2010 17:28:56 +0900
parents fd9deaa67de9
children a131729d6e4d 6bea374ee604
comparison
equal deleted inserted replaced
22:958a55ce0d98 23:3fb8a6a34e24
19 19
20 if(pad->start.isPush() || pad->start.isHold()) { 20 if(pad->start.isPush() || pad->start.isHold()) {
21 i_obj->flag = 1; 21 i_obj->flag = 1;
22 } 22 }
23 23
24 o_obj->flag = i_obj->flag; 24 o_obj = i_obj;
25 25
26 return 0; 26 return 0;
27 } 27 }