]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
E4M9 was added to the Transfusion map list
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index 38ff1e8bb1e46a5d5e328ad578c56482f193769f..f2f10a276659b1ab23a909820204107ce9c915b0 100644 (file)
--- 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};