X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=common.h;fp=common.h;h=0fadd5eee0eb0277f207c52e15f114f1e5294b4b;hb=a4da53086b676b0c8416ae338abc030fac3b8022;hp=4daed0e1034ea8d86bd9ff80374028c7fe63f4eb;hpb=e7906b4ca339d14b56b03b166e9bc3d57598963b;p=open-adventure.git diff --git a/common.h b/common.h index 4daed0e..0fadd5e 100644 --- a/common.h +++ b/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];