diff --git a/src/game/spawn_object.c b/src/game/spawn_object.c index 5e416584..cc15c8e9 100644 --- a/src/game/spawn_object.c +++ b/src/game/spawn_object.c @@ -196,6 +196,7 @@ void unload_object(struct Object *obj) { geo_add_child(&gObjParentGraphNode, &obj->header.gfx.node); obj->header.gfx.node.flags &= ~GRAPH_RENDER_BILLBOARD; + obj->header.gfx.node.flags &= ~GRAPH_RENDER_CYLBOARD; obj->header.gfx.node.flags &= ~GRAPH_RENDER_ACTIVE; deallocate_object(&gFreeObjectList, &obj->header);