From 2c0a3866e09140d8d5ff84178decddc22db15778 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 6 Oct 2008 00:50:02 +0000 Subject: [FIX] Added single player option to Sigmod [FIX] Doxygen generation cleaned up [FIX] Can no longer override variables in the Sigmod if not a single player game [FIX] When checking for modified move priority, blean up afterwards git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@271 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- sigscript/SigmodWrapper.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sigscript/SigmodWrapper.cpp') diff --git a/sigscript/SigmodWrapper.cpp b/sigscript/SigmodWrapper.cpp index 473ffddc..cb70ec64 100644 --- a/sigscript/SigmodWrapper.cpp +++ b/sigscript/SigmodWrapper.cpp @@ -224,6 +224,11 @@ QString Sigscript::SigmodWrapper::description() const return m_sigmod->description(); } +bool Sigscript::SigmodWrapper::singlePlayer() const +{ + return m_sigmod->singlePlayer(); +} + Sigscript::MapWarpWrapper* Sigscript::SigmodWrapper::startWarp() { return map(m_sigmod->startMap())->warp(m_sigmod->startWarp()); -- cgit