diff Character_state.c @ 35:3b92a4b17049 default tip

fix for macosx Yosemite
author Nozomi
date Thu, 19 May 2016 18:18:34 +0900
parents 01387a2e419e
children
line wrap: on
line diff
--- a/Character_state.c	Sat May 21 20:44:24 2011 +0900
+++ b/Character_state.c	Thu May 19 18:18:34 2016 +0900
@@ -426,7 +426,7 @@
       p->vy = rand() % 3 + 1;
       p->state = chara_state23;
     }
-  if((sf == 2))
+  if(sf == 2)
     {
       p->x = rand() % 290;
       p->y = -30;