From: lordhavoc Date: Tue, 22 Jan 2002 04:46:52 +0000 (+0000) Subject: fixed 4 warnings in MSVC related to assigning -1000 to unsigned shorts X-Git-Tag: RELEASE_0_2_0_RC1~705 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ec495675b9bcf0b32db093d034e7c4dcd6df5e1f;p=xonotic%2Fdarkplaces.git 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 --- 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);