shithub: choc

Download patch

ref: 2261f31aa1aec13801d19f175eabac487653ef71
parent: 255b76c3383bfd8b34237d67bb1a8bebed883e09
author: mfrancis95 <mikefrancis95@gmail.com>
date: Sat Dec 1 21:51:11 EST 2018

Improve #1089 by making sure playerstartsingame gets cleared

--- a/src/doom/p_setup.c
+++ b/src/doom/p_setup.c
@@ -398,6 +398,7 @@
             {
                 I_Error("P_LoadThings: Player %d start missing (vanilla crashes here)", i + 1);
             }
+            playerstartsingame[i] = false;
         }
     }