From 49acbb7aa8877ee85c31fe556230addcd358a397 Mon Sep 17 00:00:00 2001 From: maride Date: Sat, 2 Apr 2016 15:52:29 +0200 Subject: [PATCH] Don't beep. --- source/log.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/log.cpp b/source/log.cpp index 29f5d47..7d64496 100644 --- a/source/log.cpp +++ b/source/log.cpp @@ -156,7 +156,6 @@ void LogSaveToDisk() if(!f) return; - SysBeep(0); GameInfoSend(gGameInfo); fwrite(gGameInfo,sizeof(tGameInfo),1,f); if(gGameInfo->numLaps==-1)