[Gcblue-commits] gcb_wx/src/database tcAccountDatabase.cpp,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-07-29 02:36:01
|
Update of /cvsroot/gcblue/gcb_wx/src/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28827/src/database Modified Files: tcAccountDatabase.cpp Log Message: 0.7.2 pre-release test build, added waypoints to client display, fixed multiplayer message overload bug, added better throttling for bad multiplayer connections Index: tcAccountDatabase.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/database/tcAccountDatabase.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcAccountDatabase.cpp 6 May 2005 23:57:52 -0000 1.1 --- tcAccountDatabase.cpp 29 Jul 2005 02:35:52 -0000 1.2 *************** *** 372,374 **** --- 372,375 ---- { delete accountDatabase; + delete md5; } |