mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
Lighting tweaks and BSE crash fix.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user