summaryrefslogtreecommitdiffstats
path: root/games/digger-vgl/files/patch-main.c
blob: 3401510f41b5d56bc5cbd4aff8f7ebf80405b8ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

$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();
OpenPOWER on IntegriCloud