From af2ce6ef427d2d175bd5c19403f7bc26dcb5ad02 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 14 Dec 2015 09:06:13 +0100 Subject: [PATCH] - fixed: The 'mindefaults' game configuration must define the player starts 5-8. --- wadsrc/static/mapinfo/mindefaults.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wadsrc/static/mapinfo/mindefaults.txt b/wadsrc/static/mapinfo/mindefaults.txt index cbb3fa06b..0d7b16209 100644 --- a/wadsrc/static/mapinfo/mindefaults.txt +++ b/wadsrc/static/mapinfo/mindefaults.txt @@ -56,4 +56,12 @@ gameinfo statscreen_enteringpatch = "WIENTER" } +DoomEdNums +{ + 4001 = "$Player5Start" + 4002 = "$Player6Start" + 4003 = "$Player7Start" + 4004 = "$Player8Start" +} + include "mapinfo/common.txt"