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