From 73a280f86ac1c9c252f8d537c3841ff21ed0ee3a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 16 Oct 2010 12:41:27 +0900 Subject: [PATCH] Handle all light types in the switch. Even though nothing is down for those types. --- tools/qflight/source/entities.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/qflight/source/entities.c b/tools/qflight/source/entities.c index 6b49fa511..f1c5803bf 100644 --- a/tools/qflight/source/entities.c +++ b/tools/qflight/source/entities.c @@ -312,6 +312,10 @@ LoadEntities (void) entity->radius = cutoff_range; } break; + case LIGHT_NO_ATTEN: + break; + case LIGHT_LH: + break; } }