Typo fix.
[super-star-trek.git] / src / sst.c
index 64dcd3d0c1b093a7f593173c558d0adf723d8f34..c9bf9f4402ff41dbd8ecd436e3c03b85bd97950a 100644 (file)
--- 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;