fixed explode
[unix-history] / usr / src / games / sail / pl_5.c
index 0ea2f2f..b026f1d 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_5.c      1.2 83/10/28";
+static char *sccsid = "@(#)pl_5.c      2.2 83/12/09";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
@@ -157,7 +157,9 @@ acceptboard()
                        (struct ship *)0, 1);
                parties(crew, ms, 1, c);
        }
                        (struct ship *)0, 1);
                parties(crew, ms, 1, c);
        }
+       blockalarm();
        draw_slot();
        draw_slot();
+       unblockalarm();
 }
 
 parties(crew, to, isdefense, buf)
 }
 
 parties(crew, to, isdefense, buf)