weird typo

This commit is contained in:
Kistaro Windrider 2023-10-01 12:48:31 -07:00
parent 0933918406
commit 8f770c00e1
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -206,7 +206,7 @@ end
function load_box_palette(sidx)
local sint,sfrac=sidx\1,sidx%1
local x0,y0=sint%16*8,sint\16*8+sfrac*8\1
local c0ls,tr={},{}
local cols,tr={},{}
for i=0,15 do
local x,y=x0+i%4,y0+i\4
local c,f= sget(x,y),sget(x+4,y)