mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
server: minor fix for inline functions
This commit is contained in:
@@ -842,12 +842,7 @@ SV_CanPushed
|
||||
filter entities for push
|
||||
============
|
||||
*/
|
||||
#if XASH_EXT_OPT > 1
|
||||
qboolean pfnSV_CanPushed( edict_t *ent )
|
||||
{
|
||||
return SV_CanPushed( ent );
|
||||
}
|
||||
#else
|
||||
#if XASH_EXT_OPT != 2
|
||||
qboolean SV_CanPushed( edict_t *ent )
|
||||
{
|
||||
// filter movetypes to collide with
|
||||
@@ -872,7 +867,7 @@ allow entity to block pusher?
|
||||
============
|
||||
*/
|
||||
#if XASH_PSP
|
||||
static inline qboolean SV_CanBlock( edict_t *ent )
|
||||
_inline qboolean SV_CanBlock( edict_t *ent )
|
||||
#else
|
||||
static qboolean SV_CanBlock( edict_t *ent )
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user