name cleanup: State->Screen

This commit is contained in:
Chris Danford
2004-12-05 11:59:39 +00:00
parent 2d7d2a054b
commit 730787aacb
12 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -70,10 +70,10 @@ protected:
virtual void MenuBack( PlayerNumber pn );
virtual void MenuStart( PlayerNumber pn, const InputEventType type );
void StartGoToNextState();
void StartGoToNextScreen();
virtual void GoToNextState() = 0;
virtual void GoToPrevState() = 0;
virtual void GoToNextScreen() = 0;
virtual void GoToPrevScreen() = 0;
void MenuLeft( PlayerNumber pn, const InputEventType type ) { ChangeValueInRow(pn,-1,type != IET_FIRST_PRESS); }
void MenuRight( PlayerNumber pn, const InputEventType type ) { ChangeValueInRow(pn,+1,type != IET_FIRST_PRESS); }