infodecal: Disable support for non BSP-30 versions entirely (for now)

This commit is contained in:
Marco Cawthorne 2019-03-09 16:02:09 +01:00
parent 7c15bed7bb
commit 515ff8e2ad
5 changed files with 6 additions and 0 deletions

View file

@ -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.

Binary file not shown.

Binary file not shown.

Binary file not shown.