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 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()