Fix accidental assignment expression (#4248)

A typo from a5c0cede12 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) &&