diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-04-29 07:55:55 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-04-29 07:55:55 +0000 |
| commit | a9975096cc39198c07564bd2c12b5da6e0fc2875 (patch) | |
| tree | 53a856ebf891cc5440891c57c1daf6087a7021b8 /pokemod/MapEffect.cpp | |
| parent | 735fb908c4a6d912ff5a72889ce817224ad4ffdf (diff) | |
| download | sigen-a9975096cc39198c07564bd2c12b5da6e0fc2875.tar.gz sigen-a9975096cc39198c07564bd2c12b5da6e0fc2875.tar.xz sigen-a9975096cc39198c07564bd2c12b5da6e0fc2875.zip | |
[FIX] QStringList needed in some of the pokemod headers
[ADD] Rest of the model classes
[FIX] Small bugfixes within the models
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@117 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/MapEffect.cpp')
| -rw-r--r-- | pokemod/MapEffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/MapEffect.cpp b/pokemod/MapEffect.cpp index 2c146a96..e11e5ec0 100644 --- a/pokemod/MapEffect.cpp +++ b/pokemod/MapEffect.cpp @@ -26,7 +26,7 @@ // Qt includes #include <QBuffer> -const QStringList MapEffect::MapEffectStr = QStringList() << "Item" << "PC" << "Strength Block" << "Button" << "Slot Machine" << "Card Flip Game"; +const QStringList MapEffect::EffectStr = QStringList() << "Item" << "PC" << "Strength Block" << "Button" << "Slot Machine" << "Card Flip Game"; const QStringList MapEffect::PCTypeStr = QStringList() << "Item" << "Pokémon" << "PokéDex" << "Hall of Fame" << "All"; MapEffect::MapEffect(const MapEffect& effect) : |
