[Gcblue-commits] gcb_wx/scripts UnitCommands.py,1.5,1.6
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-02-15 19:54:51
|
Update of /cvsroot/gcblue/gcb_wx/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8158/scripts Modified Files: UnitCommands.py Log Message: Index: UnitCommands.py =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/scripts/UnitCommands.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** UnitCommands.py 3 Jan 2004 00:45:12 -0000 1.5 --- UnitCommands.py 15 Feb 2004 19:47:22 -0000 1.6 *************** *** 46,49 **** --- 46,50 ---- lat = track_info.Lat lon = track_info.Lon + UI.HandoffTargetToLauncher(launcher) # so that intended target is set UI.SendDatumToLauncher(lon,lat,launcher) UI.Launch(launcher,1) |