[Gcblue-commits] gcb_wx/src/scriptinterface tcPlatformInterface.cpp,1.15,1.16
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-02-07 02:22:50
|
Update of /cvsroot/gcblue/gcb_wx/src/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14729/src/scriptinterface Modified Files: tcPlatformInterface.cpp Log Message: Index: tcPlatformInterface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPlatformInterface.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** tcPlatformInterface.cpp 1 Feb 2004 22:19:09 -0000 1.15 --- tcPlatformInterface.cpp 7 Feb 2004 02:19:54 -0000 1.16 *************** *** 488,492 **** tcTrackIterator tcPlatformInterface::GetFirstTrack(void) { tcTrackIterator t; ! t.mnID = 0xFFFFFFFF; if (mpSensorMap == NULL) {return t;} --- 488,492 ---- tcTrackIterator tcPlatformInterface::GetFirstTrack(void) { tcTrackIterator t; ! t.mnID = -1; if (mpSensorMap == NULL) {return t;} |