Skip to content

Commit

Permalink
polish up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiXR committed Jun 8, 2021
1 parent 37e17a0 commit ffb774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86 assmble/x86 assmble/game_noGDIleak_intrf.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffb774a

Please sign in to comment.