Browse Source

AddWeaponRack cleanup

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

2
Source/objects.cpp

@ -1260,8 +1260,8 @@ void AddStoryBook(int i)
void AddWeaponRack(int i)
{
if (!weaponFlag) {
object[i]._oSelFlag = 0;
object[i]._oAnimFlag = 2;
object[i]._oSelFlag = 0;
}
object[i]._oRndSeed = GetRndSeed();
}

Loading…
Cancel
Save