Zero-index the lookup tables and the code that references them.
This commit is contained in:
parent
e7906b4ca3
commit
a4da53086b
4 changed files with 47 additions and 47 deletions
4
common.h
4
common.h
|
@ -4,5 +4,5 @@
|
|||
#define NOBJECTS 100
|
||||
#define HNTSIZ 20
|
||||
|
||||
extern const char advent_to_ascii[129];
|
||||
extern const char ascii_to_advent[129];
|
||||
extern const char advent_to_ascii[128];
|
||||
extern const char ascii_to_advent[128];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue