mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
Handle all light types in the switch.
Even though nothing is down for those types.
This commit is contained in:
parent
2d8b011bc8
commit
73a280f86a
1 changed files with 4 additions and 0 deletions
|
@ -312,6 +312,10 @@ LoadEntities (void)
|
||||||
entity->radius = cutoff_range;
|
entity->radius = cutoff_range;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case LIGHT_NO_ATTEN:
|
||||||
|
break;
|
||||||
|
case LIGHT_LH:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue