summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-17 12:22:31 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-17 12:22:31 -0500
commitf675d386f3eddcc1245e079279c764912ca94ee5 (patch)
treecfb8bfa7eb604223fd3783b57685da41690cb372
parent2b590db5df706f2d8b4795163b0c977fc83bd4b2 (diff)
Changed spec for Ability world scripts
-rw-r--r--sigmod/Ability.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmod/Ability.h b/sigmod/Ability.h
index 18780edb..52c2fa75 100644
--- a/sigmod/Ability.h
+++ b/sigmod/Ability.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2007-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
@@ -145,7 +145,7 @@ class SIGMOD_EXPORT Ability : public Object
* - \b owner -- The \link Sigencore::TeamMember team member \endlink which owns the instance of the ability.
* - \b client -- The \link Sigencore::Client client \endlink which owns \b owner.
* - \b sigmod -- The \link Sigscript::SigmodWrapper wrapper \endlink for the \link Sigmod sigmod \endlink in use.
- * - \b map -- The \link Sigscript::MapWrapper wrapper \endlink for the \link Map map \endlink the player is on.
+ * - \b world -- The \link Sigworld::Map map \endlink for the \link Map map \endlink the player is on.
*
* \param worldScript The script for the ability when on the world map.
*/