mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 23:55:06 -04:00
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:
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) &&
|
||||
|
Loading…
Reference in New Issue
Block a user