mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-18 08:31:39 +00:00
Fix multi-dimensional array example.
This commit is contained in:
parent
0f56712604
commit
508caddcdb
@ -223,7 +223,7 @@ def hgrfill(val)
|
||||
|
||||
for yscan = 0 to 191
|
||||
for xscan = 0 to 19
|
||||
hgrscan:[yscan][xscan] = val
|
||||
hgrscan:[yscan, xscan] = val
|
||||
next
|
||||
next
|
||||
end
|
||||
@ -235,7 +235,7 @@ def hgrfill(val)
|
||||
|
||||
for yscan = 0 to 191
|
||||
for xscan = 0 to 39
|
||||
hgrscan.[yscan][xscan] = val
|
||||
hgrscan.[yscan, xscan] = val
|
||||
next
|
||||
next
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user