Mercurial > ~darius > hgwebdir.cgi > mikmod
diff playercode/mdriver.c @ 17:80fa6dd10e14
Fix some C++ 'ism's
author | darius |
---|---|
date | Thu, 23 Apr 1998 22:54:49 +0000 |
parents | 437e8455d862 |
children |
line wrap: on
line diff
--- a/playercode/mdriver.c Thu Apr 23 07:35:49 1998 +0000 +++ b/playercode/mdriver.c Thu Apr 23 22:54:49 1998 +0000 @@ -261,7 +261,7 @@ return; tmp = (ULONG) vol *(ULONG) md_volume * ((voice < md_sngchn) ? (ULONG) md_musicvolume : (ULONG) md_sndfxvolume); - md_driver->VoiceSetVolume(voice, tmp / 16384 UL); + md_driver->VoiceSetVolume(voice, tmp / 16384); }