diff ppe/chara_state22.cc @ 66:f27a6af6514c

SchedRegister, game_task.h etc...
author tkaito
date Thu, 17 Feb 2011 10:56:56 +0900
parents b97628fca317
children
line wrap: on
line diff
--- a/ppe/chara_state22.cc	Thu Feb 17 04:49:47 2011 +0900
+++ b/ppe/chara_state22.cc	Thu Feb 17 10:56:56 2011 +0900
@@ -20,7 +20,7 @@
 	  p->y = rand2 % (120 - 35);
 	  p->vx = (rand3 % 4 + 1);
 	  p->vy = rand4 % 3 + 1;
-	  p->state_task = STATE23;
+	  p->state_task = State23;
       }
       if((sf == 2))
       {
@@ -28,7 +28,7 @@
 	  p->y = -30;
 	  p->vx = rand3 % 3 - 1;
 	  p->vy = (rand4 % 4 + 1);
-	  p->state_task = STATE23;
+	  p->state_task = State23;
       }
       if(sf == 3)
       {
@@ -36,7 +36,7 @@
 	  p->y = rand2 % (120 - 35);
 	  p->vx = (rand3 % 4 + 1) * -1;
 	  p->vy = rand4 % 3 -1;
-	  p->state_task = STATE23;
+	  p->state_task = State23;
       }
 
       smanager->swap();