Fixed broken UI transitions.

Fixed collision manager code that wasn't properly reverse engineered.
Fixed session code.
Fixed numerous crashes.
This commit is contained in:
Justin Marshall
2026-08-08 05:03:09 -07:00
parent fec8fb2314
commit ff55f3d9b3
42 changed files with 1951 additions and 3074 deletions
+1
View File
@@ -2815,6 +2815,7 @@ void idCommonLocal::LoadGameDLL( void ) {
gameImport.declManager = ::declManager;
gameImport.AASFileManager = ::AASFileManager;
gameImport.collisionModelManager = ::collisionModelManager;
gameImport.bse = ::bse;
gameExport = *GetGameAPI( &gameImport );