foxygit / doom Log in
commit 9a3b6e9222c3bd1270ce51f36ee01c4b18f062b3
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Wed Sep 8 11:05:33 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Wed Sep 8 11:05:33 2010 +0000

    Fix static function mismatch build error.

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 2045
---
 src/strife/p_dialog.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/strife/p_dialog.c b/src/strife/p_dialog.c
index ce906857..5070dc87 100644
--- a/src/strife/p_dialog.c
+++ b/src/strife/p_dialog.c
@@ -339,7 +339,6 @@ static int numrndmessages = arrlen(rndMessages);
 #define NUMDIALOGMENUITEMS 6

 static void P_DialogDrawer(void);
-static void P_DialogDoChoice(int choice);

 static menuitem_t dialogmenuitems[] =
 {