Erwan
- Prevent TestSuite from crashing, by not showing big cards during the test suite - Updated font size in game, to be readable - WARNING!!! One test (brass man) not working anymore !!! High priority
This commit is contained in:
@@ -152,9 +152,6 @@ void MTGCard::setMTGId(int id){
|
||||
}else{
|
||||
sprintf(image_name, "%d.jpg", mtgid);
|
||||
}
|
||||
#ifdef WIN32
|
||||
OutputDebugString(image_name);
|
||||
#endif
|
||||
}
|
||||
|
||||
int MTGCard::getMTGId(){
|
||||
|
||||
Reference in New Issue
Block a user