File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ class COptionsSubVideoAdvancedDlg : public vgui::Frame
508
508
if ( panel == m_pDXLevel && RequiresRestart () )
509
509
{
510
510
// notify the user that this will require a disconnect
511
- QueryBox *box = new QueryBox (" #GameUI_SettingRequiresDisconnect_Title" , " #GameUI_SettingRequiresDisconnect_Info" );
511
+ QueryBox *box = new QueryBox (" #GameUI_SettingRequiresDisconnect_Title" , " #GameUI_SettingRequiresDisconnect_Info" , this );
512
512
box->AddActionSignalTarget ( this );
513
513
box->SetCancelCommand (new KeyValues (" ResetDXLevelCombo" ));
514
514
box->DoModal ();
Original file line number Diff line number Diff line change @@ -239,9 +239,9 @@ def define_platform(conf):
239
239
'_DLL_EXT=.so'
240
240
])
241
241
242
- if conf .env .DEST_OS != 'win32' :
243
- conf .define ('NO_MALLOC_OVERRIDE' , 1 )
244
- conf .define ('NO_MEMOVERRIDE_NEW_DELETE' , 1 )
242
+ # if conf.env.DEST_OS != 'win32':
243
+ # conf.define('NO_MALLOC_OVERRIDE', 1)
244
+ # conf.define('NO_MEMOVERRIDE_NEW_DELETE', 1)
245
245
246
246
if conf .options .DEBUG_ENGINE :
247
247
conf .env .append_unique ('DEFINES' , [
You can’t perform that action at this time.
0 commit comments