Add labels for all rooms

This commit is contained in:
Donald Burr 2015-02-17 21:38:22 -08:00
parent 1ef6d9959d
commit b66bf4d8d3
3 changed files with 18 additions and 16 deletions

2
acatcher/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
acatcher
*.o

Binary file not shown.

View file

@ -42,22 +42,22 @@ using namespace std;
const int MAX = 16; const int MAX = 16;
const char *names[] = { const char *names[] = {
"0", "0-Century AB",
"1", "1-Century CD",
"2", "2-La Jolla",
"3", "3-Carmel",
"4", "4-Los Angeles A",
"5", "5-Los Angeles B",
"6", "6-Los Angeles C",
"7", "7-Marina",
"8", "8-Bel Air",
"9", "9-San Lorenzo D",
"A", "A-San Lorenzo E",
"B", "B-San Lorenzo F",
"C", "C-Plaza BC",
"D", "D-Plaza D",
"E", "E-Int'l Ballroom",
"F", "F-Pacific Ballroom",
}; };
void cls() void cls()