[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp,1.143,1.144
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client In directory office:/tmp/cvs-serv30330/client Modified Files: atlantik.cpp Log Message: delete token when player is deleted Index: atlantik.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v retrieving revision 1.143 retrieving revision 1.144 diff -u -d -r1.143 -r1.144 --- atlantik.cpp 9 Jun 2003 18:53:59 -0000 1.143 +++ atlantik.cpp 9 Jun 2003 19:12:35 -0000 1.144 @@ -214,7 +214,8 @@ if (portfolioView) m_portfolioViews.remove(portfolioView); - // TODO: Remove tokens from board + if (m_board) + m_board->removeToken(player); } void Atlantik::removeGUI(Trade *trade)