mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-25 13:41:34 +00:00
test the non msvc path as __GNUC__ not __linux__
This commit is contained in:
parent
f50e96fe20
commit
211687d21f
1 changed files with 1 additions and 1 deletions
|
@ -1400,7 +1400,7 @@ typedef struct {
|
|||
#define VectorSet5(v,x,y,z,a,b) ((v)[0]=(x), (v)[1]=(y), (v)[2]=(z), (v)[3]=(a), (v)[4]=(b)) //rwwRMG - added
|
||||
#define Vector4Copy(a,b) ((b)[0]=(a)[0],(b)[1]=(a)[1],(b)[2]=(a)[2],(b)[3]=(a)[3])
|
||||
|
||||
#ifdef __linux__
|
||||
#ifdef __GNUC__
|
||||
#define SnapVector(v) {v[0]=((int)(v[0]));v[1]=((int)(v[1]));v[2]=((int)(v[2]));}
|
||||
#else
|
||||
#ifndef __LCC__
|
||||
|
|
Loading…
Reference in a new issue