From 24f03cab91845012a6e7e035175e2e52f1a04ff7 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Tue, 7 Sep 2010 03:43:41 +0000 Subject: + P_DialogStart implemented + Initial dialog interaction implemented Subversion-branch: /branches/strife-branch Subversion-revision: 2031 --- src/strife/p_user.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/strife/p_user.c') 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; } -- cgit v1.2.3