Updates for the build machinery.
[super-star-trek.git] / events.c
index 2935404971853361eb375ce2f3c12a16b31673d2..be7facd6a9d6823ac39d541e19d6482d771c65b0 100644 (file)
--- a/events.c
+++ b/events.c
@@ -50,7 +50,6 @@ void events(void)
                game.damage[l] -= (game.damage[l]-repair > 0.0 ? repair : game.damage[l]);
        /* If radio repaired, update star chart and attack reports */
        if (radio_was_broken && game.damage[DRADIO] == 0.0) {
-           stdamtim = FOREVER;
            prout("Lt. Uhura- \"Captain, the sub-space radio is working and");
            prout("   surveillance reports are coming in.");
            skip(1);