diff --git a/neo/ui/UserInterface.cpp b/neo/ui/UserInterface.cpp index 7c60b4c856..9af3846ebe 100644 --- a/neo/ui/UserInterface.cpp +++ b/neo/ui/UserInterface.cpp @@ -455,7 +455,7 @@ bool idUserInterfaceLocal::InitFromFile( const char* qpath, bool rebuild, bool c else { desktop->SetFlag( WIN_DESKTOP ); - desktop->swf = new( TAG_OLD_UI )idSWF( qpath ); + desktop->swf = new( TAG_OLD_UI )idSWF( qpath, NULL ); if( !desktop->swf->IsLoaded() ) {