mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Killed an #ifdef UQUAKE
This commit is contained in:
parent
7167c5a749
commit
29a43006d0
1 changed files with 0 additions and 3 deletions
|
@ -450,9 +450,6 @@ V_SetContentsColor (int contents)
|
|||
cl.cshifts[CSHIFT_CONTENTS] = cshift_lava;
|
||||
break;
|
||||
case CONTENTS_SOLID:
|
||||
#ifdef UQUAKE
|
||||
cl.cshifts[CSHIFT_CONTENTS] = cshift_empty;
|
||||
#endif
|
||||
case CONTENTS_SLIME:
|
||||
cl.cshifts[CSHIFT_CONTENTS] = cshift_slime;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue