Update GameStateAwards.cpp
Added a "Back to Main Menu" button to the Trophy Room for touch devices.
This commit is contained in:
@@ -98,6 +98,12 @@ void GameStateAwards::Start()
|
|||||||
wgh = NEW WGuiHeader("");
|
wgh = NEW WGuiHeader("");
|
||||||
listview->Add(wgh);
|
listview->Add(wgh);
|
||||||
|
|
||||||
|
#if !defined(PSP)
|
||||||
|
WGuiItem* backLabel = NEW WGuiItem("Back to Main Menu");
|
||||||
|
WGuiButton* backBtn = NEW WGuiButton(backLabel, EXIT_AWARDS_MENU, GameStateAwardsConst::kBackToMainMenuID, this);
|
||||||
|
listview->Add(backBtn);
|
||||||
|
#endif
|
||||||
|
|
||||||
int locked = 0;
|
int locked = 0;
|
||||||
|
|
||||||
vector<pair<string, string> > orderedSet;
|
vector<pair<string, string> > orderedSet;
|
||||||
|
|||||||
Reference in New Issue
Block a user