X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsst.c;h=c9bf9f4402ff41dbd8ecd436e3c03b85bd97950a;hb=16a5bbd86d12644c1a613e61e990f76b16a567f0;hp=64dcd3d0c1b093a7f593173c558d0adf723d8f34;hpb=05845f1a048926f08b0df44ed8c729a8797a2d85;p=super-star-trek.git diff --git a/src/sst.c b/src/sst.c index 64dcd3d..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; @@ -451,8 +451,8 @@ static void makemoves(void) if (game.ididit) hitme = true; break; - case TORPEDO: // photons - photon(); + case TORPEDO: // photon torpedoes + torps(); if (game.ididit) hitme = true; break;