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:
@@ -45,9 +45,10 @@ public:
|
||||
|
||||
class StatsWrapper
|
||||
{
|
||||
|
||||
private:
|
||||
void initValues();
|
||||
|
||||
public:
|
||||
|
||||
StatsWrapper(int deckId);
|
||||
StatsWrapper(string filename);
|
||||
~StatsWrapper();
|
||||
|
||||
Reference in New Issue
Block a user