- Fixed issue 5 (Sell menu default option)
- Verified issue 2 (Moat does not work) -> can't reproduce
-Fixe Magus of Moat (FUT)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-23 06:00:23 +00:00
parent 3ce216d5e6
commit 311ec5fbad
6 changed files with 77 additions and 53 deletions

View File

@@ -284,7 +284,7 @@ void GameStateDeckViewer::Update(float dt)
sprintf(buffer,"%s : %i %s",_(card->getName()).c_str(),price,_("credits").c_str());
sellMenu = NEW SimpleMenu(2,this,mFont,SCREEN_WIDTH-300,SCREEN_HEIGHT/2,buffer);
sellMenu->Add(20,"Yes");
sellMenu->Add(21,"No");
sellMenu->Add(21,"No","",true);
}
}
break;