Fixed est intro getter using wrong array

This commit is contained in:
friendly73 2023-02-19 19:03:48 +00:00 committed by David Goulet
parent 24bc66f663
commit 2f8a88448d

View file

@ -3053,7 +3053,7 @@ rep_hist_note_est_intro_action(est_intro_action_t action)
uint64_t
rep_hist_get_est_intro_action_count(est_intro_action_t action)
{
return est_rend_actions[action];
return est_intro_actions[action];
}
void