mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00:00
* Removed strange MacOS X #ifdeffery from cl_cin.c (from tjw)
This commit is contained in:
parent
47b03b0cc5
commit
2b75754cdb
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Reference in a new issue