Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17060/scripts
Modified Files:
moongate.py
Log Message:
fix for Jhelom moongate
Index: moongate.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/moongate.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** moongate.py 9 Jul 2004 21:47:45 -0000 1.12
--- moongate.py 18 Sep 2004 21:06:41 -0000 1.13
***************
*** 236,240 ****
coord = [ 771, 754, 4, numWorld ]
elif( ( button == 17 ) or ( button == 25 ) ):
! coord = [ 771, 754, 4, numWorld ]
elif( button == 26 ):
coord = [ 1216, 468, -13, 2 ]
--- 236,240 ----
coord = [ 771, 754, 4, numWorld ]
elif( ( button == 17 ) or ( button == 25 ) ):
! coord = [ 1499, 3772, 5, numWorld ]
elif( button == 26 ):
coord = [ 1216, 468, -13, 2 ]
|