shithub: choc

Download patch

ref: 32a49c6e5bd4974f7afe695196da6225ebdcedfe
parent: e55858706102f77aa9bec7e3b68ee423ba5660aa
author: Simon Howard <fraggle@gmail.com>
date: Sun Sep 12 13:00:26 EDT 2010

Fix build.

Subversion-branch: /branches/strife-branch
Subversion-revision: 2077

--- 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;