[quake3-commits] r1814 - trunk/code/botlib

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 24 13:04:21 EST 2011


Author: thilo
Date: 2011-01-24 13:04:20 -0500 (Mon, 24 Jan 2011)
New Revision: 1814

Modified:
   trunk/code/botlib/be_ai_char.c
Log:
Fix bug reported by cyrri


Modified: trunk/code/botlib/be_ai_char.c
===================================================================
--- trunk/code/botlib/be_ai_char.c	2011-01-24 01:55:12 UTC (rev 1813)
+++ trunk/code/botlib/be_ai_char.c	2011-01-24 18:04:20 UTC (rev 1814)
@@ -106,8 +106,8 @@
 {
 	int i;
 
-	Log_Write("%s", ch->filename);
-	Log_Write("skill %d\n", ch->skill);
+	Log_Write("%s\n", ch->filename);
+	Log_Write("skill %.1f\n", ch->skill);
 	Log_Write("{\n");
 	for (i = 0; i < MAX_CHARACTERISTICS; i++)
 	{



More information about the quake3-commits mailing list