From dd271af9a1a5b8275f88c65cf219da42f0ca8a7a Mon Sep 17 00:00:00 2001 From: qndel Date: Thu, 18 Apr 2019 21:27:43 +0200 Subject: [PATCH] OperateArmorStand bin exact --- Source/objects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/objects.cpp b/Source/objects.cpp index 9cb47416c..bcb6799a4 100644 --- a/Source/objects.cpp +++ b/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) {