Fixes kudzu (#422)
This commit is contained in:
committed by
TalkingCactus
parent
7f97a2c9d7
commit
ba95892ddd
@@ -494,7 +494,7 @@
|
||||
if(!LAZYLEN(vines))
|
||||
qdel(src) //space vines exterminated. Remove the controller
|
||||
return
|
||||
if(!LAZYLEN(growth_queue))
|
||||
if(!growth_queue)
|
||||
qdel(src) //Sanity check
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user