commit db2cd8292595bafd3524fdbae546a6a5020fed6e
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Tue Jan 3 19:33:43 2017 +0100
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Tue Jan 3 19:33:43 2017 +0100
strife: Fix compiler warning.
The recent merge of the Strife ASCII startup feature introduced a
warning because this switch() did not cover all possible enumeration
values.
---
src/strife/d_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 81ca74f9..2a25b35b 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -936,6 +936,7 @@ static void InitTitleString(void)
);
break;
case exe_strife_1_31:
+ default:
DEH_snprintf(title, sizeof(title), " "
"STRIFE: Quest for the Sigil v1.31"
" "