aboutsummaryrefslogblamecommitdiff
path: root/games/digger-vgl/files/patch-main.c
blob: 4bc521219c51af709fee9627102c140d9f73b3ff (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















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