Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 3a27c9b

Browse files
author
Petr
committed
Update DF.v.06.2/Engine Source/e_sound.pas
Из-за этой функции из fmod.dll программа виснет после окончания игры. По-идее, вся память библиотеки и программы освободиться вместе с процессом.
1 parent 2a51537 commit 3a27c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DF.v.06.2/Engine Source/e_sound.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ procedure e_ReleaseSoundEngine();
327327
begin
328328
e_RemoveAllSamples;
329329
e_RemoveAllSongs;
330-
FSOUND_Close();
330+
{FSOUND_Close();}
331331
end;
332332

333333
end.

0 commit comments

Comments
 (0)