comparison spe/chara_state20.cc @ 60:cfd42ee2ad28

change makefile, spe/task. adjust scale api. worked on ps3-ppe.
author yutaka@localhost.localdomain
date Sun, 06 Feb 2011 17:16:43 +0900
parents f4140672ef9f
children
comparison
equal deleted inserted replaced
59:cd05eee90279 60:cfd42ee2ad28
11 p->x += p->vx; 11 p->x += p->vx;
12 p->y += p->vy; 12 p->y += p->vy;
13 p->vy -= 0.5; 13 p->vy -= 0.5;
14 p->vy += 0.4; 14 p->vy += 0.4;
15 15
16 p->task = STATE20; 16 p->state_task = STATE20;
17 smanager->swap(); 17 smanager->swap();
18 return 0; 18 return 0;
19 } 19 }