Fix accidental assignment expression (#4248)

A typo from https://github.com/HarbourMasters/Shipwright/commit/a5c0cede12d3a53cb0f1069a5d4a5c4febe991fa resulted in various bugs due to giving every actor the same id.
This commit is contained in:
Angelo Bulfone
2024-07-19 21:49:26 -06:00
committed by GitHub
parent 4df4e61eb3
commit 081a55ab29
@@ -1446,7 +1446,7 @@ void RandomizerOnActorInitHandler(void* actorRef) {
//consumable bags
if (
actor->id = ACTOR_EN_ITEM00 &&
actor->id == ACTOR_EN_ITEM00 &&
(
(
RAND_GET_OPTION(RSK_SHUFFLE_DEKU_STICK_BAG) &&