ug, revert

This commit is contained in:
Glenn Maynard
2005-02-07 23:50:44 +00:00
parent ebb4b0b28d
commit cb7255860c
+6
View File
@@ -310,6 +310,12 @@ static bool ChangeAppPri()
}
#endif
/* If -1 and this is a debug build, don't. It makes the debugger sluggish. */
#ifdef DEBUG
if( PREFSMAN->m_iBoostAppPriority == -1 )
return false;
#endif
return true;
}