From ffb774af761a79b918e2d51b0e70dfa6a95277a3 Mon Sep 17 00:00:00 2001 From: KiwiXR Date: Tue, 8 Jun 2021 23:38:10 +0800 Subject: [PATCH] polish up comments --- x86 assmble/x86 assmble/game_noGDIleak_intrf.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86 assmble/x86 assmble/game_noGDIleak_intrf.asm b/x86 assmble/x86 assmble/game_noGDIleak_intrf.asm index 9a46ae9..5e0eff7 100644 --- a/x86 assmble/x86 assmble/game_noGDIleak_intrf.asm +++ b/x86 assmble/x86 assmble/game_noGDIleak_intrf.asm @@ -554,7 +554,7 @@ accomp_music proc ret accomp_music endp -; end_music : stop and close all(main, miss and hit) music +; end_music : stop and close all(main, miss, hit and accomp) music end_music proc invoke mciSendString, offset szStopMiss, NULL, 0, NULL invoke mciSendString, offset szCloseMiss, NULL, 0, NULL