Stupid typo.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5079 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cf1c0a715a
commit
7b873086ce
2 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define HALFLIFEMODELS //halflife model support (experimental)
|
||||
#define INTERQUAKEMODELS
|
||||
|
||||
#ifdef _XBOX
|
||||
#ifndef _XBOX
|
||||
#define RAGDOLL
|
||||
#endif
|
||||
|
||||
|
@ -614,7 +614,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#if defined(WINRT)
|
||||
#define PLATFORM "WinRT" /*those poor poor souls. maybe just maybe I'll actually get the tools for a port, its just a shame that I won't be able to release said port*/
|
||||
#elif defined(_XBOX)
|
||||
#define PLATFORM "Xbox"
|
||||
#define PLATFORM "Xbox"
|
||||
#else
|
||||
#define PLATFORM "Win"
|
||||
#endif
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue