r1249 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 19 14:06:25 EST 2008


Author: tma
Date: 2008-01-19 14:06:25 -0500 (Sat, 19 Jan 2008)
New Revision: 1249

Modified:
   trunk/code/client/snd_codec.c
Log:
* Fix to bug in S_FileExtension (Tr3B)


Modified: trunk/code/client/snd_codec.c
===================================================================
--- trunk/code/client/snd_codec.c	2008-01-03 20:27:46 UTC (rev 1248)
+++ trunk/code/client/snd_codec.c	2008-01-19 19:06:25 UTC (rev 1249)
@@ -41,7 +41,10 @@
 	while(*fn != '/' && fn != fni)
 	{
 		if(*fn == '.')
+		{
 			eptr = fn;
+			break;
+		}
 		fn--;
 	}
 




More information about the quake3-commits mailing list