]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
more clean up of IN_Activate, added cl_ignoremousemove to merge some code
[xonotic/darkplaces.git] / client.h
index a5e9f2c2a4c1e199737bd127847e4ce4fa0e33d2..9cdc2c5de87db1c74f8d2f0107277d82a45399bc 100644 (file)
--- a/client.h
+++ b/client.h
@@ -735,7 +735,8 @@ void CL_ExpandEntities(int num);
 
 int  CL_ReadFromServer (void);
 void CL_WriteToServer (void);
-void CL_BaseMove (void);
+void CL_Move (void);
+extern qboolean cl_ignoremousemove;
 
 
 float CL_KeyState (kbutton_t *key);