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