shithub: rott

Download patch

ref: 08d9d6218e54dfb8d370c9c8b2364e734b9644db
parent: 0e2afe456efbeb756b19f8ae6b41491081a49507
author: levesqu8 <levesqu8@msu.edu>
date: Sun Nov 19 18:34:33 EST 2017

quick bug fix for zomrott

--- a/rott/rt_actor.c
+++ b/rott/rt_actor.c
@@ -3714,6 +3714,11 @@
     
     int index = 0;
     
+    if (enemiesToRes.sizeOfQueue == 0)
+    {
+        return;
+    }
+    
     actor = enemiesToRes.head->data;
     
     if (currTime >= actor->resurrectAtTime)