]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Removed inline from function Con_Rcon_AddChar due to MSVC8 (Visual Studio 2005) not...
authordresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 Jul 2007 00:02:55 +0000 (00:02 +0000)
committerdresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 Jul 2007 00:02:55 +0000 (00:02 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7475 d7cf8633-e32d-0410-b094-e92efae38249

console.c

index eeed6627f255acf64a0a101d665579977774ad39..5efd1884fa065666357cd34adace777440a9458b 100644 (file)
--- a/console.c
+++ b/console.c
@@ -677,7 +677,7 @@ Con_Rcon_AddChar
 Adds a character to the rcon buffer
 ================
 */
-inline void Con_Rcon_AddChar(char c)
+void Con_Rcon_AddChar(char c)
 {
        // if this print is in response to an rcon command, add the character
        // to the rcon redirect buffer