大至急!!
HGIMG3 画像ファイルがありません 423行目
423行目は
picload fn
です。
今までバグっていなかったのになりました。
423行目周辺のスクリプトは、
#deffunc texload str fn
; texture reg
;
gsel WORKSCR
picload fn
winx=ginfo(12):winy=ginfo(13)
px=1:repeat 12
if px>=winx : break
px=px<<1:loop
py=1:repeat 12
if py>=winy : break
py=py<<1:loop
if ( px!=winx )|( py!=winy ) { ; 2^nサイズでない時は補正
buffer WORKSCR,px,py,hgmode
cls 4
picload fn,1
}
settex winx,winy
if stat<0 : dialog "Texture Error("+stat+")" { gsel hgsel : return }
i=stat
await 0
gsel hgsel
return i
さっぱりわかりません!今までバグっていなかったんです!
詳しいかた、お願いします!