mirror of
https://github.com/jmarshall23/Quake_4_Alpha.git
synced 2026-08-12 12:11:02 +02:00
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:
@@ -2815,6 +2815,7 @@ void idCommonLocal::LoadGameDLL( void ) {
|
||||
gameImport.declManager = ::declManager;
|
||||
gameImport.AASFileManager = ::AASFileManager;
|
||||
gameImport.collisionModelManager = ::collisionModelManager;
|
||||
gameImport.bse = ::bse;
|
||||
|
||||
gameExport = *GetGameAPI( &gameImport );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user