heretic: Remove list terminator for alphSwitchList.

This was mistakenly not removed in 3cf762118e which was causing
Heretic to fail on startup.
This commit is contained in:
Simon Howard 2017-09-04 23:54:24 -04:00
parent a89a0e655d
commit f62b804e6d

View file

@ -83,7 +83,6 @@ switchlist_t alphSwitchList[] = {
{"SW1VINE", "SW2VINE", 2},
{"SW1WOOD", "SW2WOOD", 2},
#endif
{"\0", "\0", 0}
};
int switchlist[MAXSWITCHES * 2];