X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.c;h=c9bf9f4402ff41dbd8ecd436e3c03b85bd97950a;hp=8739ab8e52cc9db852fd4b47aae8e95d2cb51319;hb=4d9c5a57b2a16c3c4bc54ab3f897f79101337eb5;hpb=0498b9784da3c7b012bd1b5d0f694d40c28d7466 diff --git a/src/sst.c b/src/sst.c index 8739ab8..c9bf9f4 100644 --- a/src/sst.c +++ b/src/sst.c @@ -184,7 +184,7 @@ bool iqhere, iqengry; int iscore, iskill; // Common PLAQ double aaitem; double perdate; -char citem[10]; +char citem[12]; int seed; // the random-number seed bool idebug; // debug mode FILE *logfp, *replayfp;