mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 18:01:34 +00:00
Remove RAVENMD4 #define
This commit is contained in:
parent
e14a814ba2
commit
ecd50f01c2
14 changed files with 3 additions and 85 deletions
|
@ -168,7 +168,6 @@ void RB_SurfaceAnim( md4Surface_t *surface ) {
|
|||
}
|
||||
|
||||
|
||||
#ifdef RAVENMD4
|
||||
|
||||
// copied and adapted from tr_mesh.c
|
||||
|
||||
|
@ -655,4 +654,3 @@ void MC_UnCompress(float mat[3][4],const unsigned char * comp)
|
|||
val-=1<<(MC_BITS_VECT-1);
|
||||
mat[2][2]=((float)(val))*MC_SCALE_VECT;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue