From e5a9bd1bf38bca091f042a98a1955a81c5df2a9a Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Wed, 10 Jul 2024 20:40:29 +0200 Subject: [PATCH] Fixed compile error from merging --- neo/ui/UserInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) {