Skip to content

Commit

Permalink
Fixed compile error from merging
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBeckebans committed Oct 19, 2024
1 parent 3552697 commit e5a9bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/ui/UserInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() )
{
Expand Down

0 comments on commit e5a9bd1

Please sign in to comment.