summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/ActorBehavior/EnPm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/EnPm.cpp')
-rw-r--r--mm/2s2h/Rando/ActorBehavior/EnPm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/EnPm.cpp b/mm/2s2h/Rando/ActorBehavior/EnPm.cpp
index 57249f5db..62c9c8370 100644
--- a/mm/2s2h/Rando/ActorBehavior/EnPm.cpp
+++ b/mm/2s2h/Rando/ActorBehavior/EnPm.cpp
@@ -27,7 +27,7 @@ void Rando::ActorBehavior::InitEnPmBehavior() {
* Express Mail, so we're just going to always act as if the player does not have the Postman's Hat.
* This enables repeat rewards as well, which does slightly differ from vanilla.
*/
- MsgScriptCmdCheckItem* cmd = (MsgScriptCmdCheckItem*)*script;
+ MsgScriptCmdCheckItem* cmd = (MsgScriptCmdCheckItem*)script;
ItemId itemId = (ItemId)SCRIPT_PACK_16(cmd->itemH, cmd->itemL);
if (itemId == ITEM_MASK_POSTMAN) {
*should = false;