diff options
Diffstat (limited to 'src/strife/p_user.c')
-rw-r--r-- | src/strife/p_user.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strife/p_user.c b/src/strife/p_user.c index 12bc686f..a7836f0d 100644 --- a/src/strife/p_user.c +++ b/src/strife/p_user.c @@ -33,7 +33,7 @@ #include "d_event.h" #include "p_local.h" - +#include "p_dialog.h" // villsa [STRIFE] #include "doomstat.h" @@ -401,6 +401,7 @@ void P_PlayerThink (player_t* player) { if (!player->usedown) { + P_DialogStart(player); // villsa [STRIFE] P_UseLines (player); player->usedown = true; } |