Browse Source

Clean up sound.cpp

pull/100/head
Anders Jenbo 7 years ago
parent
commit
e5f4fdcec9
  1. 2
      Source/sound.cpp

2
Source/sound.cpp

@ -258,7 +258,6 @@ TSnd *sound_file_load(char *path)
return pSnd;
}
// 456F07: could not find valid save-restore pair for esi
void sound_CreateSoundBuffer(TSnd *sound_file)
{
@ -389,7 +388,6 @@ void sound_create_primary_buffer(HANDLE music_track)
#endif
}
}
// 69F100: using guessed type int sglpDSB;
HRESULT sound_DirectSoundCreate(LPGUID lpGuid, LPDIRECTSOUND *ppDS, LPUNKNOWN pUnkOuter)
{

Loading…
Cancel
Save