freebsd-ports/games/digger-vgl/files/patch-main.c
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

18 lines
290 B
C

--- 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();