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);
}
*/
}