bugfix
This commit is contained in:
parent
9d95bc980b
commit
d7c4cac751
|
@ -85,7 +85,7 @@
|
||||||
(q-id-in @*gamestate* indextype query))
|
(q-id-in @*gamestate* indextype query))
|
||||||
|
|
||||||
(defn q-in [gs indextype query]
|
(defn q-in [gs indextype query]
|
||||||
(for [id (q-id-in gs indextype query)] (entity id)))
|
(for [id (q-id-in gs indextype query)] (entity-in gs id)))
|
||||||
|
|
||||||
(defn q [indextype query]
|
(defn q [indextype query]
|
||||||
(q-in @*gamestate* indextype query))
|
(q-in @*gamestate* indextype query))
|
||||||
|
|
Loading…
Reference in a new issue