shithub: rott

Download patch

ref: 0045540b845a2bfe855fc4ff723442ff4e224f94
parent: 395af1bec3381cc13a584d04d7dec4d16e88bc41
author: levesqu8 <levesqu8@msu.edu>
date: Fri Oct 6 15:26:39 EDT 2017

fixed undefined reference error

--- a/rott/rt_actor.c
+++ b/rott/rt_actor.c
@@ -5320,7 +5320,7 @@
    return false;                     \
    }
 
-extern boolean ricochetingRocketsEnabled = 0;
+extern boolean ricochetingRocketsEnabled;
 
 boolean MissileTryMove(objtype*ob,int tryx,int tryy,int tryz)
 {