Minor throwing fixes (#26179)

* fix treadmill throwat

* fixes dropdel runtimes and end_throw() not being called

* dgl review
This commit is contained in:
chuga-git
2024-07-08 16:07:18 -05:00
committed by GitHub
parent b287cdb7bf
commit c1e97f712c
4 changed files with 10 additions and 7 deletions
+1
View File
@@ -268,6 +268,7 @@ SUBSYSTEM_DEF(throwing)
if(thrownthing)
SEND_SIGNAL(thrownthing, COMSIG_MOVABLE_THROW_LANDED, src)
thrownthing.end_throw()
qdel(src)