Change MenuUp(pn,type) overrides to MenuUp(IEP), so info like DeviceI.ts is always accessible.

This commit is contained in:
Glenn Maynard
2005-09-23 00:44:52 +00:00
parent df8153cf7b
commit 6ea2f37a36
40 changed files with 218 additions and 185 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ void ScreenOptionsEditCourse::ExportOptions( int iRow, const vector<PlayerNumber
}
}
void ScreenOptionsEditCourse::ProcessMenuStart( PlayerNumber pn, const InputEventType type )
void ScreenOptionsEditCourse::ProcessMenuStart( const InputEventPlus &input )
{
int iCurRow = m_iCurrentRow[PLAYER_1];
Course *pCourse = GAMESTATE->m_pCurCourse;