mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-03 18:45:58 -04:00
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:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user