mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
add source-sdk-2013
This commit is contained in:
@@ -82,8 +82,8 @@ private:
|
||||
enum
|
||||
{
|
||||
// NOTE: # of points max must be a power of two!
|
||||
MAX_SPRITE_TRAIL_POINTS = 256,
|
||||
MAX_SPRITE_TRAIL_MASK = MAX_SPRITE_TRAIL_POINTS - 1,
|
||||
MAX_SPRITE_TRAIL_POINTS = 64,
|
||||
MAX_SPRITE_TRAIL_MASK = 0x3F,
|
||||
};
|
||||
|
||||
TrailPoint_t *GetTrailPoint( int n );
|
||||
@@ -114,11 +114,6 @@ private:
|
||||
string_t m_iszSpriteName;
|
||||
bool m_bAnimate;
|
||||
bool m_bDrawForMoveParent;
|
||||
|
||||
#if defined( CLIENT_DLL )
|
||||
public:
|
||||
void SetUpdateTime(float setTo){ m_flUpdateTime = setTo; }
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif // SPRITETRAIL_H
|
||||
|
||||
Reference in New Issue
Block a user