Battledale_PRC8/_module/nss/fr_pr_night.nss

15 lines
164 B
Plaintext
Raw Normal View History

void main()
{
// Palmer - commented out for now as gives error message
/*
object oArea="village";
if (GetIsNight())
{
RecomputeStaticLighting(oArea);
}
*/
}