Skip to content

Commit

Permalink
Is this needed any more?
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamPlenty committed Dec 30, 2023
1 parent ae08f22 commit 92be212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lvl_script_commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -4023,7 +4023,6 @@ static void play_message_check(const struct ScriptLine *scline)
return;
}
value->chars[0] = scline->np[0];
value->chars[1] = msgtype_id;
if (parameter_is_number(scline->tp[2]))
{
value->shorts[1] = atoi(scline->tp[2]);
Expand Down

0 comments on commit 92be212

Please sign in to comment.