Browse Source

AddArmorStand cleanup

pull/340/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
2cef74bd57
  1. 2
      Source/objects.cpp

2
Source/objects.cpp

@ -1169,8 +1169,8 @@ void AddPurifyingFountain(int i)
void AddArmorStand(int i)
{
if (!armorFlag) {
object[i]._oSelFlag = 0;
object[i]._oAnimFlag = 2;
object[i]._oSelFlag = 0;
}
object[i]._oRndSeed = GetRndSeed();

Loading…
Cancel
Save