diff --git a/acatcher/.gitignore b/acatcher/.gitignore new file mode 100644 index 0000000..4ea318b --- /dev/null +++ b/acatcher/.gitignore @@ -0,0 +1,2 @@ +acatcher +*.o diff --git a/acatcher/acatcher b/acatcher/acatcher deleted file mode 100755 index aa0ef2f..0000000 Binary files a/acatcher/acatcher and /dev/null differ diff --git a/acatcher/acatcher.cxx b/acatcher/acatcher.cxx index 41fe6ba..8fa1328 100644 --- a/acatcher/acatcher.cxx +++ b/acatcher/acatcher.cxx @@ -42,22 +42,22 @@ using namespace std; const int MAX = 16; const char *names[] = { - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "A", - "B", - "C", - "D", - "E", - "F", + "0-Century AB", + "1-Century CD", + "2-La Jolla", + "3-Carmel", + "4-Los Angeles A", + "5-Los Angeles B", + "6-Los Angeles C", + "7-Marina", + "8-Bel Air", + "9-San Lorenzo D", + "A-San Lorenzo E", + "B-San Lorenzo F", + "C-Plaza BC", + "D-Plaza D", + "E-Int'l Ballroom", + "F-Pacific Ballroom", }; void cls()