[Gcblue-commits] gcb_wx/include/sim tcFlightPort.h,1.10,1.11
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-05-10 02:25:55
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1746/include/sim Modified Files: tcFlightPort.h Log Message: Fix for aircraft getting stuck on runway at client Index: tcFlightPort.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcFlightPort.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tcFlightPort.h 29 Apr 2005 18:52:02 -0000 1.10 --- tcFlightPort.h 10 May 2005 02:25:46 -0000 1.11 *************** *** 168,171 **** --- 168,173 ---- }; std::vector<CommandInfo> commandList; + + void ResyncSpots(); }; |