From 5cac87c99f68f12299678c3ee191a6b8cf0df79a Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sun, 11 Mar 2007 05:19:54 +0000 Subject: [PATCH] *sigh* This compiles again --- dlls/engine/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/engine/engine.cpp b/dlls/engine/engine.cpp index 15a6d464..83dd615b 100755 --- a/dlls/engine/engine.cpp +++ b/dlls/engine/engine.cpp @@ -830,7 +830,7 @@ static cell AMX_NATIVE_CALL in_view_cone(AMX *amx, cell *params) flDot = DotProduct(vecLOS, vecForward); - // Dividing fov by two and then converting it to radians - don't ask about this ever again, please :\ + /* Dividing fov by two and then converting it to radians - don't ask about this ever again, please :\ */ if (flDot >= cos(pEdictSrc->v.fov * (M_PI / 360))) return 1; else