[Gcblue-commits] gcb_wx/scripts SecondaryHook.py,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-02-04 18:51:49
|
Update of /cvsroot/gcblue/gcb_wx/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25199/scripts Modified Files: SecondaryHook.py Log Message: Ground SAM related updates Index: SecondaryHook.py =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/scripts/SecondaryHook.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SecondaryHook.py 23 Mar 2004 18:23:22 -0000 1.1 --- SecondaryHook.py 4 Feb 2005 18:51:40 -0000 1.2 *************** *** 3,7 **** # used for targeting with right mouse click def ProcessSecondaryHook(UnitInfo, id): ! UnitInfo.PlaySound(19) UnitInfo.SetTarget(id) track_info = UnitInfo.GetTargetTrackInfo() --- 3,7 ---- # used for targeting with right mouse click def ProcessSecondaryHook(UnitInfo, id): ! UnitInfo.PlaySound('LowBeep') UnitInfo.SetTarget(id) track_info = UnitInfo.GetTargetTrackInfo() |