foxygit / doom Log in
commit 32a49c6e5bd4974f7afe695196da6225ebdcedfe
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Sep 12 17:00:26 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Sep 12 17:00:26 2010 +0000

    Fix build.

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 2077
---
 src/strife/d_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 97951aa5..eaaac28c 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -94,6 +94,8 @@
 //
 void D_DoomLoop (void);

+static boolean D_AddFile(char *filename);
+
 // Location where savegames are stored

 char *          savegamedir;