From e5f4fdcec90de00e5e1d2666b0ae646dd8264c8f Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 30 Apr 2019 19:50:32 +0200 Subject: [PATCH] Clean up sound.cpp --- Source/sound.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/sound.cpp b/Source/sound.cpp index 70356ebd0..e94c3e051 100644 --- a/Source/sound.cpp +++ b/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) {