mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Replaced keyNum_t with int for CG_CheckCaptureKey
This commit is contained in:
parent
9f70dc9ef8
commit
990f820333
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue