Make MenuLeft do a MenuUp and MenuRight do a MenuDown.

This removes that assumption of menu buttons behind the coin door.
This commit is contained in:
Thad Ward
2003-08-29 08:44:07 +00:00
parent 5fc4a65b13
commit e11ad92561
+3
View File
@@ -27,4 +27,7 @@ private:
void GoToNextState();
void GoToPrevState();
void MenuLeft( PlayerNumber pn ) { MenuUp(pn); }
void MenuRight( PlayerNumber pn ) { MenuDown(pn); }
};