From 2bbe10b2d56307a0b941eae4a546382637ff5674 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 16 Jul 2014 10:37:52 -0400 Subject: Rewrote command-handling code, some minor tweaks elsewhere --- strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings.h') diff --git a/strings.h b/strings.h index 543b1b1..d7d53d2 100644 --- a/strings.h +++ b/strings.h @@ -20,7 +20,7 @@ #ifndef WOPR_STRINGS #define WOPR_STRINGS -const char* stage1_triggers[5]; +const char* stage1_triggers[6]; const char* stage2_triggers[6]; const char* stage3_triggers[4]; const char* stage4_triggers[7]; -- cgit v1.1