diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-24 10:21:04 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-24 10:21:04 -0400 |
| commit | 45083e66657bed6167e7513d599581b0517bbf81 (patch) | |
| tree | 92509f6dea884c2650b5785e6539c160503063fd /strings.h | |
| parent | 7281c95860a5c9e6d3f445b5a884c4d07d56dc77 (diff) | |
| download | wargames-server-45083e66657bed6167e7513d599581b0517bbf81.zip wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.gz wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.bz2 wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.xz | |
EVEN MORE BUGFIXES, FEATURES! Maybe I should actually start writing good commit messages :)
Diffstat (limited to 'strings.h')
| -rw-r--r-- | strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ const char* stage1_triggers[5]; const char* stage2_triggers[6]; const char* stage3_triggers[4]; const char* stage4_triggers[7]; -const char* tictactoe_triggers[]; +const char* tictactoe_triggers[8]; const char punctuation_marks[9]; const char* exit_triggers[6]; const char* exit_responses[4]; |