diff options
Diffstat (limited to 'src/game/q_shared.h')
-rw-r--r-- | src/game/q_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/q_shared.h b/src/game/q_shared.h index 8814b664..b5fd5889 100644 --- a/src/game/q_shared.h +++ b/src/game/q_shared.h @@ -630,7 +630,7 @@ void ByteToDir( int b, vec3_t dir ); typedef struct { float v[3]; } vec3struct_t; -#define VectorCopy(a,b) *(vec3struct_t *)b=*(vec3struct_t *)a; +#define VectorCopy(a,b) *(vec3struct_t *)b=*(vec3struct_t *)a #define ID_INLINE static #endif #endif |