diff options
Diffstat (limited to 'src/game/q_shared.h')
-rw-r--r-- | src/game/q_shared.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/q_shared.h b/src/game/q_shared.h index 6b1c8932..b59f1a5e 100644 --- a/src/game/q_shared.h +++ b/src/game/q_shared.h @@ -248,14 +248,6 @@ static inline float LittleFloat (const float l) { return FloatSwap(&l); } #define PATH_SEP '/' -// bk001205 - try -#ifdef Q3_STATIC -#define GAME_HARD_LINKED -#define CGAME_HARD_LINKED -#define UI_HARD_LINKED -#define BOTLIB_HARD_LINKED -#endif - #if !idppc inline static short BigShort( short l) { return ShortSwap(l); } #define LittleShort |