freebsd-ports/games/digger-vgl/files/patch-main.c
Kirill Ponomarev 1d5fe1dac7 Add possibility to switch vty's and suspend it while playing the
game.

PR:		ports/48426
Submitted by:	Eugene Grosbein <eugen at grosbein dot pp.ru>
2005-02-21 11:48:49 +00:00

21 lines
302 B
C

$FreeBSD$
--- main.c.orig
+++ main.c
@@ -561,7 +561,6 @@
{
int i;
if (pausef) {
- pausef=FALSE;
soundpause();
sett2val(40);
setsoundt2();
@@ -575,6 +574,7 @@
drawlives();
if (!synchvid)
curtime=gethrt();
+ pausef=FALSE;
}
else
soundpauseoff();