From: molivier Date: Mon, 6 Jan 2003 14:28:37 +0000 (+0000) Subject: E4M9 was added to the Transfusion map list X-Git-Tag: RELEASE_0_2_0_RC1~23 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fd45bd4899b44762391909eaab9208c1f2673a35;p=xonotic%2Fdarkplaces.git E4M9 was added to the Transfusion map list git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2685 d7cf8633-e32d-0410-b094-e92efae38249 --- 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};