X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=common.h;h=0fadd5eee0eb0277f207c52e15f114f1e5294b4b;hp=4daed0e1034ea8d86bd9ff80374028c7fe63f4eb;hb=f862f9f1d508e00bccc208e66b1d31a5e530ab3e;hpb=1173a9a265a3132688830c26077129e3c624cd13 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];