mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
#@$% you, gcc 4.5
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3707 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f4ae7d680f
commit
afdd9f0d0f
1 changed files with 0 additions and 5 deletions
|
@ -108,11 +108,6 @@ typedef enum
|
||||||
VF_CL_VIEWANGLES_Y = 35,
|
VF_CL_VIEWANGLES_Y = 35,
|
||||||
VF_CL_VIEWANGLES_Z = 36,
|
VF_CL_VIEWANGLES_Z = 36,
|
||||||
|
|
||||||
// GCC hates these within if statements
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#pragma message("FIXME: add cshift")
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//33-36 used by DP...
|
//33-36 used by DP...
|
||||||
VF_PERSPECTIVE = 200,
|
VF_PERSPECTIVE = 200,
|
||||||
//201 used by DP... WTF? CLEARSCREEN
|
//201 used by DP... WTF? CLEARSCREEN
|
||||||
|
|
Loading…
Reference in a new issue