From 9bf329bd1785e4f83ce9c99213a552211d3cd3dc Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sun, 20 Sep 2015 19:53:49 +0800 Subject: [PATCH] I just found this out.... Make the indicator for classic game type. Maybe there is another way to produce cards by using the function from castcard... --- projects/mtg/src/CardGui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/CardGui.cpp b/projects/mtg/src/CardGui.cpp index 405edab77..a114df329 100644 --- a/projects/mtg/src/CardGui.cpp +++ b/projects/mtg/src/CardGui.cpp @@ -310,7 +310,7 @@ void CardGui::Render() if(!card->isToken && card->isACopier) buff = "C"; - if(!alternate && buff != "") + if(!alternate && buff != "" && game->gameType() == GAME_TYPE_CLASSIC)//it seems that other game modes makes cards as tokens!!! hmmm... { mFont->SetScale(DEFAULT_MAIN_FONT_SCALE); char buffer[200];