[Gcblue-commits] gcb_wx/src/scriptinterface tcScenarioInterface.cpp,1.29,1.30
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-28 02:51:44
|
Update of /cvsroot/gcblue/gcb_wx/src/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6347/src/scriptinterface Modified Files: tcScenarioInterface.cpp Log Message: Index: tcScenarioInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcScenarioInterface.cpp,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** tcScenarioInterface.cpp 22 Jun 2005 01:22:08 -0000 1.29 --- tcScenarioInterface.cpp 28 Jun 2005 02:51:34 -0000 1.30 *************** *** 798,802 **** tcScenarioInterface::tcScenarioInterface() : lon_theater_deg(0), ! lat_theater_deg(0) { } --- 798,803 ---- tcScenarioInterface::tcScenarioInterface() : lon_theater_deg(0), ! lat_theater_deg(0), ! eventTime(0) { } |