]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_tent.c
Too many fixes to mention. (sys_ticrate now controls packet rates, and other stuff)
[xonotic/darkplaces.git] / cl_tent.c
index bbb48121066c68f142bf5d2de79843e4c151b6bc..573dc59383fda3c126fbffbf65e88ad0ac928229 100644 (file)
--- a/cl_tent.c
+++ b/cl_tent.c
@@ -470,7 +470,7 @@ void CL_ParseTEnt (void)
                break;
                
        default:
-               Sys_Error ("CL_ParseTEnt: bad type");
+               Host_Error ("CL_ParseTEnt: bad type %d", type);
        }
 }