diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 276bfd41..87416b2f 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1332,8 +1332,8 @@ void CG_Creep( centity_t *cent ); // // cg_scanner.c // -void CG_Scanner( ); -void CG_AlienSense( ); +void CG_Scanner( rectDef_t *rect, qhandle_t shader ); +void CG_AlienSense( rectDef_t *rect ); // // cg_marks.c |