Remove pks.
This commit is contained in:
parent
2ce709b95b
commit
c41fb5abfe
3 changed files with 4 additions and 10 deletions
|
@ -668,7 +668,7 @@ the default ORIENTATION value of 'orthogonal' is supported."
|
|||
,(compile-tile-layer tile-map "background")
|
||||
,(u8-list->bytevector
|
||||
(append
|
||||
(pk 'tmap (compile-environment-layer tile-map "background"))
|
||||
(pk 'ol (compile-object-layer tile-map "objects"))))
|
||||
(compile-environment-layer tile-map "background")
|
||||
(compile-object-layer tile-map "objects")))
|
||||
collected-gem?))))))
|
||||
(_ (error "file name expected")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue