Skip to content

Commit

Permalink
Update FunctionOverride.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi committed Nov 23, 2021
1 parent 6bcf578 commit b570a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripting/FunctionOverride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ void FunctionOverride::Override(const std::string& acTypeName, const std::string
}

pFunc->unk20 = pRealFunction->unk20;
std::copy_n(pRealFunction->unk78, std::size(pRealFunction->unk78), pFunc->unk78);
pFunc->bytecode = pRealFunction->bytecode;
pFunc->unk48 = pRealFunction->unk48;
pFunc->unkAC = pRealFunction->unkAC;
pFunc->flags = pRealFunction->flags;
Expand Down

0 comments on commit b570a16

Please sign in to comment.