summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFabian Greffrath2014-03-31 10:25:03 +0200
committerFabian Greffrath2014-03-31 10:25:03 +0200
commitd9c4297093eaf994e16e62381636ba3121713c43 (patch)
tree4128294fc20f8d1b67f28b145e6ff192cdf67994 /src
parentcb16b45086bd3fcfdd7040c7fbed4f08d14537ac (diff)
downloadchocolate-doom-d9c4297093eaf994e16e62381636ba3121713c43.tar.gz
chocolate-doom-d9c4297093eaf994e16e62381636ba3121713c43.tar.bz2
chocolate-doom-d9c4297093eaf994e16e62381636ba3121713c43.zip
Fix typo in src/strife/p_saveg.c
Diffstat (limited to 'src')
-rw-r--r--src/strife/p_saveg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_saveg.c b/src/strife/p_saveg.c
index 5c80d42b..86b7d2b2 100644
--- a/src/strife/p_saveg.c
+++ b/src/strife/p_saveg.c
@@ -58,7 +58,7 @@ char *P_TempSaveGameFile(void)
if (filename == NULL)
{
- filename = M_StringJoin(savegamdir, "temp.dsg");
+ filename = M_StringJoin(savegamedir, "temp.dsg");
}
return filename;