mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fix sound indexes not erased correctly
This commit is contained in:
parent
6136bbd019
commit
ef09f136d4
3 changed files with 8 additions and 8 deletions
|
@ -1803,7 +1803,7 @@ void SV_InitGameProgs( void ) {
|
|||
import.fsDebug = fs_debug;
|
||||
|
||||
// Added in OPM
|
||||
import.soundindex = SV_PVSSoundIndex;
|
||||
import.pvssoundindex = SV_PVSSoundIndex;
|
||||
|
||||
ge = Sys_GetGameAPI( &import );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue