File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
508508 if ( panel == m_pDXLevel && RequiresRestart () )
509509 {
510510 // 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 );
512512 box->AddActionSignalTarget ( this );
513513 box->SetCancelCommand (new KeyValues (" ResetDXLevelCombo" ));
514514 box->DoModal ();
Original file line number Diff line number Diff line change @@ -239,9 +239,9 @@ def define_platform(conf):
239239 '_DLL_EXT=.so'
240240 ])
241241
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)
245245
246246 if conf .options .DEBUG_ENGINE :
247247 conf .env .append_unique ('DEFINES' , [
You can’t perform that action at this time.
0 commit comments