Skip to content

Commit

Permalink
DynRPG Raw - fill numeric parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetrotal committed Nov 1, 2023
1 parent 5cc98cd commit 51db8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynrpg_easyrpg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ bool DynRpg::EasyRpgPlugin::EasyRaw(dyn_arg_list args, Game_Interpreter* interpr

for (size_t i = 2; i < args.size(); ++i) {
auto [int_arg] = DynRpg::ParseArgs<int>(func, args.subspan(i), &okay);

output_args.push_back(int_arg);
if (!okay) {
return true;
}
Expand Down

0 comments on commit 51db8bf

Please sign in to comment.