modified text for "Save as AI deck" option

added descriptions for editor menu items
code clean up.
This commit is contained in:
techdragon.nguyen@gmail.com
2010-10-30 06:46:58 +00:00
parent a88ea7cb54
commit ab37002fd7
2 changed files with 19 additions and 18 deletions
+3 -3
View File
@@ -125,9 +125,9 @@ void GameStateDuel::Start()
premadeDeck = true;
fillDeckMenu(deckmenu,RESPATH"/player/premade");
}
deckmenu->Add( MENUITEM_NEW_DECK, "New Deck...");
deckmenu->Add( MENUITEM_MAIN_MENU, "Main Menu", _("Return to Main Menu").c_str());
}
deckmenu->Add( MENUITEM_NEW_DECK, "New Deck...", "Create a new deck to play with.");
deckmenu->Add( MENUITEM_MAIN_MENU, "Main Menu", "Return to Main Menu");
}
for (int i = 0; i < 2; ++i){
mPlayers[i] = NULL;