turn window bigger, and block alarm when refreshing
[unix-history] / usr / src / games / sail / pl_1.c
index c36d3e0..c68279e 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_1.c      2.3 83/11/02";
+static char *sccsid = "@(#)pl_1.c      2.4 83/12/09";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
@@ -234,7 +234,9 @@ reprint:
        }
 
        initscreen();
        }
 
        initscreen();
+       blockalarm();
        draw_board();
        draw_board();
+       unblockalarm();
        (void) sprintf(message, "Captain %s assuming command", captain);
        Write(W_SIGNAL, ms, 1, (int)message, 0, 0, 0);
        newturn();
        (void) sprintf(message, "Captain %s assuming command", captain);
        Write(W_SIGNAL, ms, 1, (int)message, 0, 0, 0);
        newturn();