shithub: rott

Download patch

ref: 7ebdf2d96809083b19b8a0003fce5302014ca598
parent: e02d630d4cc952b0e71f10b01d0377e1455fa1ac
author: levesqu8 <levesqu8@msu.edu>
date: Sat Oct 21 16:20:29 EDT 2017

stupid cfg write bug fixed once again

--- a/rott/rt_cfg.c
+++ b/rott/rt_cfg.c
@@ -1774,7 +1774,7 @@
     SafeWriteString(file, "\n;\n");
     SafeWriteString(file, "; 1 - Enemies equipped with pistols have a chance of dropping an extra pistol when killed.\n");
     SafeWriteString(file, "; 0 - Enemies will not drop extra pistols at all. (Default)\n");
-    WriteParameter(file, "EnableExtraPistolDrop     ", enableExtraPistolDrops);
+    WriteParameter(file, "EnableExtraPistolDrops     ", enableExtraPistolDrops);
     
     // Write out MouseEnabled