summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWarpWrapper.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-09-07 03:01:46 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-09-07 03:01:46 +0000
commit48f9e57b1638ba047ca2dcd6d3251ee90bf9ef69 (patch)
tree0c8e09eec981de47c5aa0f49601484bcaabbbbc7 /sigscript/MapWarpWrapper.cpp
parentfef5e045060aff28477751c4115d346a95425c0c (diff)
downloadsigen-48f9e57b1638ba047ca2dcd6d3251ee90bf9ef69.tar.gz
sigen-48f9e57b1638ba047ca2dcd6d3251ee90bf9ef69.tar.xz
sigen-48f9e57b1638ba047ca2dcd6d3251ee90bf9ef69.zip
[FIX] Spelling mistake in sigscript classes
[FIX] Fixed a bug in the Growth enum in Species [FIX] Arena functionality is getting there git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@252 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigscript/MapWarpWrapper.cpp')
-rw-r--r--sigscript/MapWarpWrapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/MapWarpWrapper.cpp b/sigscript/MapWarpWrapper.cpp
index fe6bdd42..32e1c14d 100644
--- a/sigscript/MapWarpWrapper.cpp
+++ b/sigscript/MapWarpWrapper.cpp
@@ -24,9 +24,9 @@
Sigscript::MapWarpWrapper* Sigscript::MapWarpWrapper::create(const Sigmod::MapWarp* warp, MapWrapper* parent)
{
- if (!m_instances.contains(Signiture(parent, warp->id())))
- m_instances[Signiture(parent, warp->id())] = new MapWarpWrapper(warp, parent);
- return qobject_cast<MapWarpWrapper*>(m_instances[Signiture(parent, warp->id())]);
+ if (!m_instances.contains(Signature(parent, warp->id())))
+ m_instances[Signature(parent, warp->id())] = new MapWarpWrapper(warp, parent);
+ return qobject_cast<MapWarpWrapper*>(m_instances[Signature(parent, warp->id())]);
}
Sigscript::MapWarpWrapper::MapWarpWrapper(const Sigmod::MapWarp* warp, MapWrapper* parent) :