Erwan
-bug fix: AI's decks difficulty is displayed again
This commit is contained in:
@@ -67,7 +67,7 @@ int DeckStats::percentVictories(){
|
|||||||
|
|
||||||
void DeckStats::load(Player * player){
|
void DeckStats::load(Player * player){
|
||||||
char filename[512];
|
char filename[512];
|
||||||
sprintf(filename, RESPATH"/player/stats/%s.txt",player->deckFile.c_str());
|
sprintf(filename, RESPATH"/player/stats/%s.txt",player->deckFileSmall.c_str());
|
||||||
load(filename);
|
load(filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user