aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_cin.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-14 20:11:42 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-14 20:11:42 +0000
commitce3190ed59121a8153e6d94e12a466a89093b009 (patch)
treeed4b3cc3615fce94079f67feaad1dcb1ca531154 /code/client/cl_cin.c
parent9ddd0617bfa9376d031dd1a179c77313910e1e7c (diff)
downloadioquake3-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/client/cl_cin.c')
-rw-r--r--code/client/cl_cin.c4
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
}
/******************************************************************************