瀏覽代碼

update zmp

pull/1/head
sasbot 3 年之前
父節點
當前提交
56d3994bd6
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. +2
    -2
      eatlas_new.zmp/GetUrlScript.txt
  2. +2
    -2
      megafonpro.zmp/GetUrlScript.txt

+ 2
- 2
eatlas_new.zmp/GetUrlScript.txt 查看文件

@@ -149,8 +149,8 @@ if GetZ>3 then
strx3:=a[x3];
stry3:=a[y3];
if px3>0 then strx3:=a[px3]+strx3;
if py3>0 then stry3:=a[py3]+stry3;
if ((px3>0) or (ppx3>0)) then strx3:=a[px3]+strx3;
if ((py3>0) or (ppy3>0)) then stry3:=a[py3]+stry3;
if ppx3>0 then strx3:=a[ppx3]+strx3;
if ppy3>0 then stry3:=a[ppy3]+stry3;


+ 2
- 2
megafonpro.zmp/GetUrlScript.txt 查看文件

@@ -149,8 +149,8 @@ if GetZ>3 then
strx3:=a[x3];
stry3:=a[y3];
if px3>0 then strx3:=a[px3]+strx3;
if py3>0 then stry3:=a[py3]+stry3;
if ((px3>0) or (ppx3>0)) then strx3:=a[px3]+strx3;
if ((py3>0) or (ppy3>0)) then stry3:=a[py3]+stry3;
if ppx3>0 then strx3:=a[ppx3]+strx3;
if ppy3>0 then stry3:=a[ppy3]+stry3;


Loading…
取消
儲存