mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-12-17 22:31:49 +01:00
Fix synctype_t enumeration redefinition.
This commit is contained in:
parent
3329d49dca
commit
840457f471
@ -28,11 +28,14 @@ SPRITE MODELS
|
||||
#define IDSPRITEHEADER (('P'<<24)+('S'<<16)+('D'<<8)+'I') // little-endian "IDSP"
|
||||
#define SPRITE_VERSION 2 // Half-Life sprites
|
||||
|
||||
#if !defined(SYNCTYPE_T)
|
||||
#define SYNCTYPE_T
|
||||
typedef enum
|
||||
{
|
||||
ST_SYNC = 0,
|
||||
ST_RAND
|
||||
} synctype_t;
|
||||
#endif
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user