fixed Frog shadow

This commit is contained in:
Zeno Rogue 2020-05-16 01:00:37 +02:00
parent 71f9786607
commit 2b6155bcc6
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ void geometry_information::make_3d_models() {
&shEagle, &shFemaleBody, &shFlailMissile, &shGadflyWing, &shGargoyleWings, &shHawk, &shJiangShi, &shKnife,
&shPBody, &shPHead, &shRaiderBody, &shReptileBody, &shSkeletonBody, &shTongue, &shTrapArrow, &shTrylobite,
&shWaterElemental, &shWolfBody, &shYeti, &shWormHead, &shWormHead, &shDragonHead, &shDragonSegment, &shDragonTail,
&shTentacleX, &shTentHead, &shILeaf[0], &shILeaf[1], &shWormSegment, &shSmallWormSegment })
&shTentacleX, &shTentHead, &shILeaf[0], &shILeaf[1], &shWormSegment, &shSmallWormSegment, &shFrogBody })
make_shadow(*sh);
for(int i=0; i<8; i++) make_shadow(shAsteroid[i]);