diff --git a/projects/mtg/include/DeckStats.h b/projects/mtg/include/DeckStats.h index dc3473bac..8a4842e44 100644 --- a/projects/mtg/include/DeckStats.h +++ b/projects/mtg/include/DeckStats.h @@ -33,4 +33,4 @@ public: int percentVictories(string opponentsDeckFile); }; -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/src/ActionStack.cpp b/projects/mtg/src/ActionStack.cpp index 465e02aba..706a33c81 100644 --- a/projects/mtg/src/ActionStack.cpp +++ b/projects/mtg/src/ActionStack.cpp @@ -772,4 +772,4 @@ void ActionStack::Dump(){ } -#endif \ No newline at end of file +#endif diff --git a/projects/mtg/src/MTGCardInstance.cpp b/projects/mtg/src/MTGCardInstance.cpp index f88e24f1f..676b3fe69 100644 --- a/projects/mtg/src/MTGCardInstance.cpp +++ b/projects/mtg/src/MTGCardInstance.cpp @@ -443,6 +443,6 @@ JSample * MTGCardInstance::getSample(){ } if (sample.size()) return SampleCache::GetInstance()->getSample(sample); - + return NULL; -} \ No newline at end of file +} diff --git a/projects/mtg/src/Subtypes.cpp b/projects/mtg/src/Subtypes.cpp index 585901288..3cf99c389 100644 --- a/projects/mtg/src/Subtypes.cpp +++ b/projects/mtg/src/Subtypes.cpp @@ -51,4 +51,4 @@ string Subtypes::find(int id){ if (it->second == id) return it->first; } return NULL; -} \ No newline at end of file +} diff --git a/projects/mtg/src/TexturesCache.cpp b/projects/mtg/src/TexturesCache.cpp index 1ee4c30d6..6647702d6 100644 --- a/projects/mtg/src/TexturesCache.cpp +++ b/projects/mtg/src/TexturesCache.cpp @@ -135,7 +135,7 @@ JSample * SampleCache::getSample(string filename){ cleanCache(); sample = JSoundSystem::GetInstance()->LoadSample(filename.c_str()); } - + cache[filename] = NEW SampleCached(lastTime, sample); return sample; }else{ @@ -170,4 +170,4 @@ void SampleCache::cleanCache(){ SampleCache::~SampleCache(){ cleanCache(); -} \ No newline at end of file +}