pm_shared: mark PM_TraceSurface call in PMove API as Xash3D specific
This commit is contained in:
parent
49e43c830b
commit
2efedaf46c
1 changed files with 2 additions and 1 deletions
|
@ -216,6 +216,7 @@ typedef struct playermove_s
|
||||||
pmtrace_t (*PM_PlayerTraceEx) (float *start, float *end, int traceFlags, int (*pfnIgnore)( physent_t *pe ));
|
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 ));
|
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 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;
|
} playermove_t;
|
||||||
#endif//PM_DEFS_H
|
#endif//PM_DEFS_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue