summaryrefslogtreecommitdiffstats
path: root/sigscript/SigmodWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/SigmodWrapper.cpp')
-rw-r--r--sigscript/SigmodWrapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/SigmodWrapper.cpp b/sigscript/SigmodWrapper.cpp
index 88969686..9290a728 100644
--- a/sigscript/SigmodWrapper.cpp
+++ b/sigscript/SigmodWrapper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -229,9 +229,9 @@ bool Sigscript::SigmodWrapper::singlePlayer() const
return m_sigmod->singlePlayer();
}
-Sigscript::MapWarpWrapper* Sigscript::SigmodWrapper::startWarp()
+Sigcore::Script Sigscript::SigmodWrapper::startScript()
{
- return map(m_sigmod->startMap())->warp(m_sigmod->startWarp());
+ return m_sigmod->startScript();
}
Sigcore::Fraction Sigscript::SigmodWrapper::effectiveness(const TypeWrapper* attacker, const TypeWrapper* defender) const