shithub: choc

Download patch

ref: f62b804e6dbe04f0e5ec23ed630a5a66c6cc8d8b
parent: a89a0e655d6a10d2d3951fb2f129d8ccdd2a4945
author: Simon Howard <fraggle@soulsphere.org>
date: Mon Sep 4 19:54:24 EDT 2017

heretic: Remove list terminator for alphSwitchList.

This was mistakenly not removed in 3cf762118e2817 which was causing
Heretic to fail on startup.

--- a/src/heretic/p_switch.c
+++ b/src/heretic/p_switch.c
@@ -83,7 +83,6 @@
     {"SW1VINE", "SW2VINE", 2},
     {"SW1WOOD", "SW2WOOD", 2},
 #endif
-    {"\0", "\0", 0}
 };
 
 int switchlist[MAXSWITCHES * 2];