* Removed strange MacOS X #ifdeffery from cl_cin.c (from tjw)

This commit is contained in:
Tim Angus 2006-04-14 20:11:42 +00:00
parent 47b03b0cc5
commit 2b75754cdb

View file

@ -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
}
/******************************************************************************