- fix global effect cards (wrath of god) VS protection 
- Removed/updated a few debug outputs
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-06 01:11:51 +00:00
parent 74bd57cb55
commit c1accf5c6e
9 changed files with 27 additions and 76 deletions

View File

@@ -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;