diff gFont.cc @ 119:f2e2460b4011

draw_title
author e085768
date Sun, 19 Jun 2011 02:16:20 +0900
parents ed702e49cc6c
children 4f50f5a3b363
line wrap: on
line diff
--- a/gFont.cc	Fri Jun 17 10:31:39 2011 +0900
+++ b/gFont.cc	Sun Jun 19 02:16:20 2011 +0900
@@ -131,26 +131,26 @@
 static void
 gFont_Clear()
 {
-    int i;
+  int i;
 
-    for (i=0; i<DEFOBJ; i++) {
-   	sprite_disappear(&sp[i].attribute);
-    }
-    sp_counter = 0;
+  for (i=0; i<DEFOBJ; i++) {
+    sprite_disappear(&sp[i].attribute);
+  }
+  sp_counter = 0;
 }
 
 void
 gFont_Draw_Reset()
 {
-    if (flag_spriteInited == true) {
-     	gFont_Clear();
-    }
+  if (flag_spriteInited == true) {
+    gFont_Clear();
+  }
 }
 
 static int
 get_number_char(char a)
 {
-    return (int)a-32;
+  return (int)a-32;
 }
 
 /*