summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_dialog.h')
-rw-r--r--src/strife/p_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_dialog.h b/src/strife/p_dialog.h
index 638d79e6..d0e949ad 100644
--- a/src/strife/p_dialog.h
+++ b/src/strife/p_dialog.h
@@ -68,7 +68,7 @@ typedef struct mapdialog_s
void P_DialogLoad(void);
void P_DialogStart(player_t *player);
-
+void P_DialogDoChoice(int choice);
#endif