Test hints now both display on level 0

Allows testing progressive display of more hints.
This commit is contained in:
Kistaro Windrider 2022-12-31 23:38:10 -08:00
parent 5ce2f24a21
commit a2212c342f
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -1753,8 +1753,8 @@ hints = {}
add(real_modules,hints) add(real_modules,hints)
function hints:init() function hints:init()
local h = gsv[[1`64`64`zYRZ local h = gsv[[0`64`64`zYRZ
2`32`32`fCYHOC]] 0`32`32`fCYHOC]]
for rec in all(h) do for rec in all(h) do
rec[4]=rot13(rec[4]) rec[4]=rot13(rec[4])
local lh = self[rec[1]] local lh = self[rec[1]]