mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 05:11:51 +08:00
engine: fix functions returning void returning void value
This commit is contained in:
@@ -366,7 +366,7 @@ static int GAME_EXPORT pfnTestPlayerPosition( float *pos, pmtrace_t *ptrace )
|
||||
|
||||
static void GAME_EXPORT pfnStuckTouch( int hitent, pmtrace_t *tr )
|
||||
{
|
||||
return PM_StuckTouch( svgame.pmove, hitent, tr );
|
||||
PM_StuckTouch( svgame.pmove, hitent, tr );
|
||||
}
|
||||
|
||||
static int GAME_EXPORT pfnPointContents( float *p, int *truecontents )
|
||||
|
||||
Reference in New Issue
Block a user