summaryrefslogtreecommitdiff
path: root/src/strife/g_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/g_game.c')
-rw-r--r--src/strife/g_game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index 49c4ef24..aff55f8c 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -695,6 +695,8 @@ void G_DoLoadLevel (void)
{
players[consoleplayer].message = "Press escape to quit.";
}
+
+ P_DialogLoad(); // villsa [STRIFE]
}