0

Finally, my high FOV dream has been realized!

This commit is contained in:
Ethan Lee
2012-02-12 01:21:18 -05:00
parent e21774164d
commit a307db5206

View File

@@ -1033,9 +1033,10 @@ public class CL_ents {
if (0 == Globals.cl_gun.value)
return;
// Nope. -flibit
// don't draw gun if in wide angle view
if (ps.fov > 90)
return;
// if (ps.fov > 90)
// return;
//memset( gun, 0, sizeof(gun));
gun.clear();