diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-04-14 20:11:42 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-04-14 20:11:42 +0000 |
commit | ce3190ed59121a8153e6d94e12a466a89093b009 (patch) | |
tree | ed4b3cc3615fce94079f67feaad1dcb1ca531154 /code | |
parent | 9ddd0617bfa9376d031dd1a179c77313910e1e7c (diff) | |
download | ioquake3-aero-ce3190ed59121a8153e6d94e12a466a89093b009.tar.gz ioquake3-aero-ce3190ed59121a8153e6d94e12a466a89093b009.zip |
* Removed strange MacOS X #ifdeffery from cl_cin.c (from tjw)
git-svn-id: svn://svn.icculus.org/quake3/trunk@701 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code')
-rw-r--r-- | code/client/cl_cin.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/code/client/cl_cin.c b/code/client/cl_cin.c index 3b75c2e..7d19ff3 100644 --- a/code/client/cl_cin.c +++ b/code/client/cl_cin.c @@ -1000,10 +1000,6 @@ static void readQuadInfo( byte *qData ) Com_Printf("HACK: approxmimating cinematic for Rage Pro or Voodoo\n"); } } -#if defined(MACOS_X) - cinTable[currentHandle].drawX = 256; - cinTable[currentHandle].drawX = 256; -#endif } /****************************************************************************** |