initialized stats information so that PSP can render it properly when keypress is too quick on the player deck selection screen.

This commit is contained in:
techdragon.nguyen@gmail.com
2010-12-20 01:53:39 +00:00
parent d8d4977e5b
commit 840e6e078f
2 changed files with 41 additions and 2 deletions

View File

@@ -45,9 +45,10 @@ public:
class StatsWrapper
{
private:
void initValues();
public:
StatsWrapper(int deckId);
StatsWrapper(string filename);
~StatsWrapper();