infodecal: Disable support for non BSP-30 versions entirely (for now)
This commit is contained in:
parent
7c15bed7bb
commit
515ff8e2ad
5 changed files with 6 additions and 0 deletions
|
@ -43,7 +43,13 @@ void infodecal(void)
|
|||
vector vpos = self.origin;
|
||||
|
||||
if (serverkeyfloat("*bspversion") != 30) {
|
||||
#if 1
|
||||
remove(self);
|
||||
return;
|
||||
#else
|
||||
/* Source Engine Material support */
|
||||
self.texture = sprintf( "materials/%s", self.texture );
|
||||
#endif
|
||||
}
|
||||
|
||||
if (!self.texture) {
|
||||
|
|
Binary file not shown.
BIN
rewolf/progs.dat
BIN
rewolf/progs.dat
Binary file not shown.
Binary file not shown.
BIN
valve/progs.dat
BIN
valve/progs.dat
Binary file not shown.
Loading…
Reference in a new issue