Replaced keyNum_t with int for CG_CheckCaptureKey

This commit is contained in:
L 2023-04-30 23:28:01 +02:00
parent 9f70dc9ef8
commit 990f820333

View file

@ -7568,7 +7568,7 @@ typedef struct clientGameExport_s
int ( *CG_GetScoreBoardDrawHeader )( );
void ( *CG_GetScoreBoardPosition )( float *x, float *y, float *width, float *height );
int ( *CG_WeaponCommandButtonBits )( );
int ( *CG_CheckCaptureKey )( keyNum_t key, qboolean down, unsigned int time );
int ( *CG_CheckCaptureKey )( int key, qboolean down, unsigned int time );
profCGame_t *profStruct;