fuck it this'll do

This commit is contained in:
Ben Russell (300178622) 2015-10-03 12:03:20 +13:00
parent b1a842f1f2
commit 2ac65af8a8

View File

@ -2269,7 +2269,8 @@ function new_player(settings)
for i=1,players.max do for i=1,players.max do
local plr = players[i] local plr = players[i]
if plr and plr ~= this then if plr and plr ~= this then
if client.gfx_stencil_test and plr.team == this.team then -- FIXME PORTAL GUN IS FUCKED WHEN THIS IS ENABLED
if false and client.gfx_stencil_test and plr.team == this.team then
client.gfx_stencil_test(true) client.gfx_stencil_test(true)
-- PASS 1: set to 1 for enlarged model -- PASS 1: set to 1 for enlarged model