diff options
Diffstat (limited to 'source/cl_null.c')
-rw-r--r-- | source/cl_null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_null.c b/source/cl_null.c index 62df58a..278b857 100644 --- a/source/cl_null.c +++ b/source/cl_null.c @@ -98,7 +98,7 @@ void CL_AppActivate( qboolean active ) { void Key_WriteBindings( fileHandle_t f ) { } -void Key_Event( uint32 key, qboolean down, uint32 time ) { +void Key_Event( unsigned key, qboolean down, unsigned time ) { } void Key_CharEvent( int key ) { |