diff options
author | Simon Howard | 2010-09-12 17:00:26 +0000 |
---|---|---|
committer | Simon Howard | 2010-09-12 17:00:26 +0000 |
commit | 32a49c6e5bd4974f7afe695196da6225ebdcedfe (patch) | |
tree | 58a8932125f5d03954e219ee1aef5da38f2b4375 /src/strife | |
parent | e55858706102f77aa9bec7e3b68ee423ba5660aa (diff) | |
download | chocolate-doom-32a49c6e5bd4974f7afe695196da6225ebdcedfe.tar.gz chocolate-doom-32a49c6e5bd4974f7afe695196da6225ebdcedfe.tar.bz2 chocolate-doom-32a49c6e5bd4974f7afe695196da6225ebdcedfe.zip |
Fix build.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2077
Diffstat (limited to 'src/strife')
-rw-r--r-- | src/strife/d_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |