cleaner steamworks switches
[vg.git] / src / vg / vg_console.h
index 07a90d2416813c16d693d9609aafda80c2e44c3a..e8ca2f06f9dbd180865658d969512a6021e2c20b 100644 (file)
@@ -275,7 +275,7 @@ static void execute_console_input( const char *cmd )
        {
                if( cmd[i] )
                {
-                       if( isspace( cmd[i] ) )
+                       if( cmd[i] == ' ' || cmd[i] == '\t' )
                        {
                                temp[i] = '\0';
                                in_token = 0;