Erwan
- fix global effect cards (wrath of god) VS protection - Removed/updated a few debug outputs
This commit is contained in:
@@ -594,9 +594,6 @@ JSample * MTGCardInstance::getSample(){
|
||||
for (int i = nb_types-1; i>0; i--){
|
||||
string type = Subtypes::subtypesList->find(types[i]);
|
||||
type = type + ".wav";
|
||||
#ifdef WIN32
|
||||
OutputDebugString(type.c_str());
|
||||
#endif
|
||||
if (fileExists(resources.sfxFile(type).c_str())){
|
||||
sample = string(type);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user