]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_wgl.c
fix bugs with crosshair_static 0 mode when the player is an EF_NODRAW entity
[xonotic/darkplaces.git] / vid_wgl.c
index 56f730f69a8d190d07907180b87f98cf1d9c14a9..ab04857b0274d7519a9e4fcbdd619660492c5736 100644 (file)
--- a/vid_wgl.c
+++ b/vid_wgl.c
@@ -737,7 +737,7 @@ int VID_InitMode (int fullscreen, int width, int height, int bpp)
        int depth;
 
        if (vid_initialized)
-               Sys_Error("VID_InitMode called when video is already initialised\n");
+               Sys_Error("VID_InitMode called when video is already initialised");
 
        // if stencil is enabled, ask for alpha too
        if (bpp >= 32)