add ProcessMenuStart for derived screens to trap Start

This commit is contained in:
Chris Danford
2005-07-13 19:22:23 +00:00
parent a6a70e41ae
commit 65ff592f69
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ protected:
bool ChangePage( int iNewChoice );
bool ChangeSelection( PlayerNumber pn, MenuDir dir, int iNewChoice );
float DoMenuStart( PlayerNumber pn );
virtual bool ProcessMenuStart( PlayerNumber pn ) { return true; }
float GetCursorX( PlayerNumber pn, int iPartIndex );
float GetCursorY( PlayerNumber pn, int iPartIndex );