Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSapps committed Jul 1, 2015
1 parent 06a0d96 commit da92262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompiler/ff7_field/ff7_field_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ void FF7::FF7WalkmeshInstruction::processInst(Function& func, ValueStack&, Engin
case eOpcodes::IDLCK:
// Triangle id, on or off
codeGen->addOutputLine(
(boost::format("entity_manager:lock_walkmesh( %1%, %2% )")
(boost::format("walkmesh:lock_walkmesh( %1%, %2% )")
% _params[0]->getUnsigned()
% FF7CodeGeneratorHelpers::FormatBool(_params[1]->getUnsigned())).str());
break;
Expand Down

0 comments on commit da92262

Please sign in to comment.