Explorar o código

Only unpause when actually paused

k4be hai 1 ano
pai
achega
6c3b2c61b3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      soft/main.c

+ 2 - 0
soft/main.c

@@ -272,6 +272,8 @@ void close_files(unsigned char flush_logs) {
 }
 
 static inline void auto_unpause(void) {
+	if (!System.tracking_auto_paused)
+		return;
 	System.tracking_auto_paused = 0;
 	beep(50, 4);
 }