9 lines
200 B
C
9 lines
200 B
C
// moat_grill.c.inc
|
|
|
|
void bhv_moat_grills_loop(void) {
|
|
if (save_file_get_flags() & SAVE_FLAG_MOAT_DRAINED)
|
|
cur_obj_set_model(MODEL_NONE);
|
|
else
|
|
load_object_collision_model();
|
|
}
|