From 7fbcdd2702e3ca0ea072ada924cb2f185e76a1f3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 26 Mar 2009 19:19:13 -0400 Subject: Also delete authors --- sigmod/Game.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- cgit