From a7a435cb7d5756ebff87d5f965b27fcc28fd96f6 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 12 Feb 2011 05:00:43 +0000 Subject: Savegame code complete, hubs functional. Chocolate Strife is playable! Subversion-branch: /branches/strife-branch Subversion-revision: 2255 --- src/strife/p_dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/strife/p_dialog.h') diff --git a/src/strife/p_dialog.h b/src/strife/p_dialog.h index f2cea435..66a3b0a8 100644 --- a/src/strife/p_dialog.h +++ b/src/strife/p_dialog.h @@ -45,6 +45,8 @@ extern char mission_objective[OBJECTIVE_LEN]; +extern boolean dialogshowtext; + // villsa - convenient macro for giving objective logs to player #define GiveObjective(x, minlumpnum) \ do { \ -- cgit v1.2.3