diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-04-20 00:12:12 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-04-20 00:12:12 +0000 |
| commit | dcb77408505e5fb40f064dd05aaf39f27dcdd524 (patch) | |
| tree | c9de6f2a58d754511b7c821db58f8c0e881a0e1f /pokemod/MapEffect.cpp | |
| parent | f4f3176a6dcdaf5e463f39a657dd4ca04386a6ad (diff) | |
| download | sigen-dcb77408505e5fb40f064dd05aaf39f27dcdd524.tar.gz sigen-dcb77408505e5fb40f064dd05aaf39f27dcdd524.tar.xz sigen-dcb77408505e5fb40f064dd05aaf39f27dcdd524.zip | |
[FIX] Fraction bounds checking
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@102 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/MapEffect.cpp')
| -rw-r--r-- | pokemod/MapEffect.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemod/MapEffect.cpp b/pokemod/MapEffect.cpp index d17c0df2..1bb70d8a 100644 --- a/pokemod/MapEffect.cpp +++ b/pokemod/MapEffect.cpp @@ -76,7 +76,6 @@ bool MapEffect::validate() const pokemod()->validationMsg("Invalid existence flag status"); valid = false; } - // TODO: check skin size is 128x128 if (m_effect < E_End) { bool ok = true; |
