Fix sound indexes not erased correctly

This commit is contained in:
smallmodel 2024-10-18 23:15:59 +02:00
parent 6136bbd019
commit ef09f136d4
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
3 changed files with 8 additions and 8 deletions

View file

@ -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 );