Jeck - Support for user profiles, preliminary theme support, virtual keypad, options GUI update. Still a bit unorganized, but it works.

This commit is contained in:
wagic.jeck
2009-08-26 20:13:09 +00:00
parent 0dfa3f2e16
commit 355ee7a271
30 changed files with 2779 additions and 1049 deletions
+2 -2
View File
@@ -555,8 +555,8 @@ AIPlayer * AIPlayerFactory::createAIPlayer(MTGAllCards * collection, Player * op
if (deckid == -1){ //Evil twin
sprintf(deckFile, opponent->deckFile.c_str());
OutputDebugString(opponent->deckFile.c_str());
sprintf(avatarFile, "player/avatar.jpg");
OutputDebugString(opponent->deckFile.c_str());
sprintf(avatarFile, "%s",options.profileFile("avatar.jpg","graphics",true,true).c_str());
sprintf(deckFileSmall, "ai_baka_eviltwin");
}else{
if (!deckid){