mud/fluffos-2.23-ds03/testsuite/single/tests/efuns/light.c
2020-09-06 05:43:07 -07:00

12 lines
145 B
C

void create() {
#ifndef __NO_LIGHT__
set_light(3);
#endif
}
void move(object ob) {
#ifndef __NO_ENVIRONMENT__
move_object(ob);
#endif
}