]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
fix id1 demos to not show deathmatch overlay (they incorrectly contain
[xonotic/darkplaces.git] / vid_shared.c
index 0e907dd7d595e04b3decfdcbd9772f0dec4ed49b..028b10dc3377e48f47d59f9b03b29ebe4ecab0ee 100644 (file)
@@ -14,6 +14,7 @@ qboolean in_client_mouse = true;
 
 // AK where should it be placed ?
 float in_mouse_x, in_mouse_y;
+float in_windowmouse_x, in_windowmouse_y;
 
 // value of GL_MAX_TEXTURE_<various>_SIZE
 int gl_max_texture_size = 0;