From 6ee2fcbcda174e1d790d9b548eeb98bef7bae26f Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Tue, 2 Apr 2019 20:18:38 +0900 Subject: [PATCH] Update Source/objects.cpp --- Source/objects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/objects.cpp b/Source/objects.cpp index f509e400d..47fccc216 100644 --- a/Source/objects.cpp +++ b/Source/objects.cpp @@ -4595,7 +4595,7 @@ void __fastcall OperateWeaponRack(int pnum, int i, BOOL sendmsg) SetRndSeed(object[i]._oRndSeed); switch (random(0, 4)) { - case 2: + case ITYPE_BOW-1: weaponType = ITYPE_BOW; break; case 1: