foxygit / doom Log in
commit f62b804e6dbe04f0e5ec23ed630a5a66c6cc8d8b
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Mon Sep 4 23:54:24 2017 -0400
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Mon Sep 4 23:54:24 2017 -0400

    heretic: Remove list terminator for alphSwitchList.

    This was mistakenly not removed in 3cf762118e2817 which was causing
    Heretic to fail on startup.
---
 src/heretic/p_switch.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/heretic/p_switch.c b/src/heretic/p_switch.c
index c5422200..885d6732 100644
--- a/src/heretic/p_switch.c
+++ b/src/heretic/p_switch.c
@@ -83,7 +83,6 @@ switchlist_t alphSwitchList[] = {
     {"SW1VINE", "SW2VINE", 2},
     {"SW1WOOD", "SW2WOOD", 2},
 #endif
-    {"\0", "\0", 0}
 };

 int switchlist[MAXSWITCHES * 2];