Browse Source

OperateArmorStand bin exact

pull/88/head
qndel 7 years ago
parent
commit
dd271af9a1
  1. 2
      Source/objects.cpp

2
Source/objects.cpp

@ -4080,7 +4080,7 @@ void OperateArmorStand(int pnum, int i, BOOL sendmsg)
if (object[i]._oSelFlag) {
object[i]._oAnimFrame++;
object[i]._oSelFlag = 0;
if (deltaload == 0) {
if (!deltaload) {
SetRndSeed(object[i]._oRndSeed);
uniqueRnd = random(0, 2);
if (currlevel <= 5) {

Loading…
Cancel
Save