]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_multiplayer_create.qc
Fix compile and move gametype legacy defaults to an attribute
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_multiplayer_create.qc
index d3ce1e39e6a0dc9c18d16e6778fb068c4873b72c..ba09c311e4bf0e3fbf99a69898bf91b7fb70e638 100644 (file)
@@ -53,7 +53,7 @@ void GameType_ConfigureSliders(entity me, string pLabel, float pMin, float pMax,
 void GameType_ConfigureSliders_for_CurrentGametype(entity me)
 {
        Gametype gt = MapInfo_CurrentGametype();
-       gt.m_configuremenu(t, me, GameType_ConfigureSliders);
+       gt.m_configuremenu(gt, me, GameType_ConfigureSliders);
 }
 
 entity makeXonoticServerCreateTab()