foxygit / doom Log in
commit 2261f31aa1aec13801d19f175eabac487653ef71
Author:     mfrancis95 <mikefrancis95@gmail.com>
AuthorDate: Sun Dec 2 02:51:11 2018 -0500
Commit:     mfrancis95 <mikefrancis95@gmail.com>
CommitDate: Sun Dec 2 02:51:11 2018 -0500

    Improve #1089 by making sure playerstartsingame gets cleared
---
 src/doom/p_setup.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/doom/p_setup.c b/src/doom/p_setup.c
index 72c81988..26c72674 100644
--- a/src/doom/p_setup.c
+++ b/src/doom/p_setup.c
@@ -398,6 +398,7 @@ void P_LoadThings (int lump)
             {
                 I_Error("P_LoadThings: Player %d start missing (vanilla crashes here)", i + 1);
             }
+            playerstartsingame[i] = false;
         }
     }