fix day of defeat build

This commit is contained in:
nillerusr
2022-08-21 02:12:18 +03:00
parent 1f0ae521d6
commit 3b153bc9c3
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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" );
}
}