mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 12:19:13 +00:00
fix day of defeat build
This commit is contained in:
@@ -196,7 +196,7 @@ void CDODFreezePanel::FireGameEvent( IGameEvent * event )
|
||||
C_DOD_PlayerResource *tf_PR = dynamic_cast<C_DOD_PlayerResource *>(g_PR);
|
||||
if ( !tf_PR )
|
||||
{
|
||||
m_pNemesisSubPanel->SetDialogVariable( "nemesisname", NULL );
|
||||
m_pNemesisSubPanel->SetDialogVariable( "nemesisname", 0 );
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -664,4 +664,4 @@ void CDODFreezePanelCallout::ApplySchemeSettings( vgui::IScheme *pScheme )
|
||||
BaseClass::ApplySchemeSettings( pScheme );
|
||||
|
||||
LoadControlSettings( "resource/UI/FreezePanelCallout.res" );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user