Don't beep.
This commit is contained in:
parent
4f61559d4f
commit
49acbb7aa8
@ -156,7 +156,6 @@ void LogSaveToDisk()
|
|||||||
if(!f)
|
if(!f)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
SysBeep(0);
|
|
||||||
GameInfoSend(gGameInfo);
|
GameInfoSend(gGameInfo);
|
||||||
fwrite(gGameInfo,sizeof(tGameInfo),1,f);
|
fwrite(gGameInfo,sizeof(tGameInfo),1,f);
|
||||||
if(gGameInfo->numLaps==-1)
|
if(gGameInfo->numLaps==-1)
|
||||||
|
Loading…
Reference in New Issue
Block a user