[Gcblue-commits] gcb_wx/src/sim Game.cpp,1.70,1.71
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-03-25 01:44:22
|
Update of /cvsroot/gcblue/gcb_wx/src/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28131/src/sim Modified Files: Game.cpp Log Message: Index: Game.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/sim/Game.cpp,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** Game.cpp 21 Mar 2004 21:03:25 -0000 1.70 --- Game.cpp 25 Mar 2004 01:33:39 -0000 1.71 *************** *** 393,396 **** --- 393,398 ---- // need to fix DB obj structure so that only leaf classes are used by game objects mcDatabase.SaveDBCSV("_out"); + mcDatabase.SaveDBXml(""); + tcGameObject::SetGameObjectDatabase(&mcDatabase); // added to allow objects to init themselves |