Handle all light types in the switch.

Even though nothing is down for those types.
This commit is contained in:
Bill Currie 2010-10-16 12:41:27 +09:00
parent 2d8b011bc8
commit 73a280f86a

View file

@ -312,6 +312,10 @@ LoadEntities (void)
entity->radius = cutoff_range;
}
break;
case LIGHT_NO_ATTEN:
break;
case LIGHT_LH:
break;
}
}