mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-08-26 13:51:56 +00:00
pm_shared: mark PM_TraceSurface call in PMove API as Xash3D specific
This commit is contained in:
parent
49e43c830b
commit
2efedaf46c
@ -216,6 +216,7 @@ typedef struct playermove_s
|
||||
pmtrace_t (*PM_PlayerTraceEx) (float *start, float *end, int traceFlags, int (*pfnIgnore)( physent_t *pe ));
|
||||
int (*PM_TestPlayerPositionEx) (float *pos, pmtrace_t *ptrace, int (*pfnIgnore)( physent_t *pe ));
|
||||
struct pmtrace_s *(*PM_TraceLineEx)( float *start, float *end, int flags, int usehulll, int (*pfnIgnore)( physent_t *pe ));
|
||||
struct msurface_s *(*PM_TraceSurface)( int ground, float *vstart, float *vend );
|
||||
|
||||
struct msurface_s *(*PM_TraceSurface)( int ground, float *vstart, float *vend ); // Xash3D-specific
|
||||
} playermove_t;
|
||||
#endif//PM_DEFS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user