diff Character.c @ 65:b97628fca317

int -> long. not move on ABIBIT=64.
author tkaito
date Thu, 17 Feb 2011 04:49:47 +0900
parents 07bc996c8e49
children
line wrap: on
line diff
--- a/Character.c	Fri Feb 11 18:20:30 2011 +0900
+++ b/Character.c	Thu Feb 17 04:49:47 2011 +0900
@@ -34,15 +34,6 @@
 BOOL tf = FALSE;
 static int pool_size;
 
-int init_chara_list(int num)
-{
-  if(active_chara_list == NULL)
-    {
-      return extend_chara_list_pool(num);
-    }
-  return 1;
-}
-
 int
 extend_chara_list_pool(int num)
 {
@@ -102,6 +93,15 @@
   tf = FALSE;
 }
 
+int init_chara_list(int num)
+{
+  if(active_chara_list == NULL)
+    {
+      return extend_chara_list_pool(num);
+    }
+  return 1;
+}
+
 
 void
 Putenemy(int charano, float x, float y, float vx, float vy,