From ec495675b9bcf0b32db093d034e7c4dcd6df5e1f Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Tue, 22 Jan 2002 04:46:52 +0000 Subject: [PATCH] fixed 4 warnings in MSVC related to assigning -1000 to unsigned shorts git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1379 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/model_brush.c b/model_brush.c index ae25d5b0..fd872c89 100644 --- a/model_brush.c +++ b/model_brush.c @@ -1217,10 +1217,6 @@ static void Mod_LoadFaces (lump_t *l) out->cached_dlight = true; out->cached_ambient = -1000; out->cached_lightscalebit = -1000; - out->cached_light[0] = -1000; - out->cached_light[1] = -1000; - out->cached_light[2] = -1000; - out->cached_light[3] = -1000; CalcSurfaceExtents (out); -- 2.39.2