[atlantik-cvs] CVS: kdegames/atlantik/libatlantikui board.cpp, 1.115, 1.116
[email protected] Fri, 10 Oct 2003 04:16:43 +0200 (CEST)
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantikui In directory office:/tmp/cvs-serv19197/libatlantikui Modified Files: board.cpp Log Message: debug messages tend to work better when they're accurate Index: board.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikui/board.cpp,v retrieving revision 1.115 retrieving revision 1.116 diff -u -d -r1.115 -r1.116 --- board.cpp 10 Oct 2003 02:13:33 -0000 1.115 +++ board.cpp 10 Oct 2003 02:16:39 -0000 1.116 @@ -211,8 +211,6 @@ kdDebug() << "addToken ignored - not in same game as playerSelf" << endl; return; } - else - kdDebug() << "addToken - no playerSelf" << endl; Token *token = new Token(player, this, "token"); m_tokens.append(token);