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