Skip to content

Commit

Permalink
Fix comment about out parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed May 2, 2024
1 parent 0a13a78 commit f3d3688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/actions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void COrder::UpdatePathFinderData_NotCalled(PathFinderInput &input)
** Parse order
**
** @param l Lua state.
** @param order OUT: resulting order.
** @return resulting order.
*/
std::unique_ptr<COrder> CclParseOrder(lua_State *l, CUnit &unit)
{
Expand Down

0 comments on commit f3d3688

Please sign in to comment.