Fix AI hologram sprites. (#8954)

* Fix AI hologram sprites.

* Fix AI hologram sprites.

* no to_world
This commit is contained in:
Mechoid
2023-02-21 21:08:52 -08:00
committed by GitHub
parent 1bbf4dfcc7
commit 56a4e3603d
+1 -1
View File
@@ -764,7 +764,7 @@ world
curblend = BLEND_OVERLAY
add = icon(I.icon, I.icon_state, base_icon_dir)
else // 'I' is an appearance object.
add = getFlatIcon(image(I), I.dir||curdir, curicon, curstate, curblend, FALSE, no_anim)
add = getFlatIcon(image(I), curdir, curicon, curstate, curblend, FALSE, no_anim)
if(!add)
continue
// Find the new dimensions of the flat icon to fit the added overlay