fix sprite ornamentation

git-svn-id: https://svn.eduke32.com/eduke32@1815 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-03-01 19:50:05 +00:00
parent 4430b3ca3f
commit 0c9618bc44

View file

@ -1609,7 +1609,7 @@ void DoSpriteOrnament(int32_t i)
sprite[i].z = hitinfo.pos.z;
changespritesect(i, hitinfo.hitsect);
correct_ornamented_sprite(i, hitinfo.hitsect);
correct_ornamented_sprite(i, hitinfo.hitwall);
}
void update_highlight()