Lighting tweaks and BSE crash fix.

This commit is contained in:
Justin Marshall
2026-05-10 11:55:28 -07:00
parent ed959fa4c0
commit e31d905358
3 changed files with 221 additions and 137 deletions
+4
View File
@@ -601,6 +601,8 @@ void idGameLocal::Init( void ) {
// RAVEN END
networkSystem->AddSortFunction( filterByMod );
bse->Init();
}
/*
@@ -626,6 +628,8 @@ void idGameLocal::Shutdown( void ) {
FlushBanList();
// RAVEN END
bse->Shutdown();
Printf( "--------------- Game Shutdown ---------------\n" );
networkSystem->RemoveSortFunction( filterByMod );