2019-08-25 04:46:40 +00:00
|
|
|
// moat_grill.c.inc
|
|
|
|
|
|
|
|
void bhv_moat_grills_loop(void) {
|
|
|
|
if (save_file_get_flags() & SAVE_FLAG_MOAT_DRAINED)
|
2020-03-02 03:42:52 +00:00
|
|
|
cur_obj_set_model(MODEL_NONE);
|
2019-08-25 04:46:40 +00:00
|
|
|
else
|
|
|
|
load_object_collision_model();
|
|
|
|
}
|