prefs name cleanup

This commit is contained in:
Chris Danford
2004-12-04 06:09:30 +00:00
parent 783e492b0b
commit 2b9d990e71
10 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ void Screen::Update( float fDeltaTime )
void Screen::MenuBack( PlayerNumber pn, const InputEventType type )
{
if(!PREFSMAN->m_bDelayedEscape || type==IET_SLOW_REPEAT || type==IET_FAST_REPEAT)
if(!PREFSMAN->m_bDelayedBack || type==IET_SLOW_REPEAT || type==IET_FAST_REPEAT)
MenuBack(pn);
}