shithub: choc

Download patch

ref: db2cd8292595bafd3524fdbae546a6a5020fed6e
parent: fc9ba5db9bce99fb2a4a4210df76a1ed62f17133
author: Simon Howard <fraggle@soulsphere.org>
date: Tue Jan 3 14:33:43 EST 2017

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.

--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -936,6 +936,7 @@
                                            );
         break;
     case exe_strife_1_31:
+    default:
         DEH_snprintf(title, sizeof(title), "                      "
                                            "STRIFE:  Quest for the Sigil v1.31"
                                            "                                 "