summaryrefslogtreecommitdiff
path: root/source/cl_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_null.c')
-rw-r--r--source/cl_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_null.c b/source/cl_null.c
index 83ffe92..d49b42f 100644
--- a/source/cl_null.c
+++ b/source/cl_null.c
@@ -101,7 +101,7 @@ void Key_Event( unsigned key, qboolean down, unsigned time ) {
void Key_CharEvent( int key ) {
}
-void CL_MouseEvent( int dx, int dy ) {
+void CL_MouseEvent( int x, int y ) {
}
void CL_InputFrame( void ) {