summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-26 19:19:13 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-26 19:19:13 -0400
commit7fbcdd2702e3ca0ea072ada924cb2f185e76a1f3 (patch)
treee2711a0de4ceb0bd949af4542cdc7622e180f155
parent768c51bcc811d3808fd9979132c39f2c33b40392 (diff)
downloadsigen-7fbcdd2702e3ca0ea072ada924cb2f185e76a1f3.tar.gz
sigen-7fbcdd2702e3ca0ea072ada924cb2f185e76a1f3.tar.xz
sigen-7fbcdd2702e3ca0ea072ada924cb2f185e76a1f3.zip
Also delete authors
-rw-r--r--sigmod/Game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigmod/Game.cpp b/sigmod/Game.cpp
index e3135f4c..99d108cd 100644
--- a/sigmod/Game.cpp
+++ b/sigmod/Game.cpp
@@ -543,6 +543,7 @@ Game& Game::operator=(const Game& rhs)
void Game::clear()
{
SUBCLASS_CLEAR(abilities);
+ SUBCLASS_CLEAR(authors);
SUBCLASS_CLEAR(badges);
SUBCLASS_CLEAR(coinLists);
SUBCLASS_CLEAR(eggGroups);