Fixed klingon count to avoid winning the game before all the klingons
[super-star-trek.git] / sst.c
diff --git a/sst.c b/sst.c
index 1d4ca2feb1d55d33a9e89a00d7a43326c0828f26..eabe0ffccb061dd508e68989c21eda21a0e0f177 100644 (file)
--- a/sst.c
+++ b/sst.c
@@ -196,7 +196,7 @@ commands[] = {
 #define MAYDAY 32
        {"MAYDAY",      MAYDAY,         0},
        //{"SOS",               MAYDAY,         0},
-       {"CALL",        MAYDAY,         0},
+       //{"CALL",      MAYDAY,         0},
 #define QUIT   33
        {"QUIT",        QUIT,           0},
 #define HELP   34