From fd45bd4899b44762391909eaab9208c1f2673a35 Mon Sep 17 00:00:00 2001 From: molivier Date: Mon, 6 Jan 2003 14:28:37 +0000 Subject: [PATCH] E4M9 was added to the Transfusion map list git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2685 d7cf8633-e32d-0410-b094-e92efae38249 --- menu.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/menu.c b/menu.c index 38ff1e8b..f2f10a27 100644 --- a/menu.c +++ b/menu.c @@ -2702,6 +2702,7 @@ level_t transfusionlevels[] = {"e2m8", "The Lair of Shial"}, {"e3m7", "The Pit of Cerberus"}, {"e4m8", "The Hall of the Epiphany"}, + {"e4m9", "Mall of the Dead"}, {"dm1", "Monolith Building 11"}, {"dm2", "Power!"}, @@ -2735,12 +2736,12 @@ level_t transfusionlevels[] = episode_t transfusionepisodes[] = { {"Blood", 0, 8}, - {"Blood Single Player", 8, 6}, - {"Plasma Pack", 14, 5}, - {"Cryptic Passage", 19, 2}, - {"Blood 2", 21, 5}, - {"Transfusion", 26, 6}, - {"Conversions", 32, 5} + {"Blood Single Player", 8, 7}, + {"Plasma Pack", 15, 5}, + {"Cryptic Passage", 20, 2}, + {"Blood 2", 22, 5}, + {"Transfusion", 27, 6}, + {"Conversions", 33, 5} }; gamelevels_t sharewarequakegame = {"Shareware Quake", quakelevels, quakeepisodes, 2}; -- 2.39.2