diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2020-03-06 15:57:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-06 15:57:36 -0600 |
| commit | ba17334fb8686f84a7dce862f85de829c0141b74 (patch) | |
| tree | 0bbc25d5a44354260c0669185cbe2bfb9920023d /src/packet_distribution.cpp | |
| parent | b44338996b2e3b1cf3b4dff8ddc859e874ae015b (diff) | |
| parent | 80bf49ee90e996c9f356d438231f941bad118b52 (diff) | |
Merge pull request #1 from AttorneyOnline/master
bring master up to date with upstream
Diffstat (limited to 'src/packet_distribution.cpp')
| -rw-r--r-- | src/packet_distribution.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp index d1c51bdf..5e17542d 100644 --- a/src/packet_distribution.cpp +++ b/src/packet_distribution.cpp @@ -564,11 +564,11 @@ void AOApplication::server_packet_received(AOPacket *p_packet) { if (courtroom_constructed) w_courtroom->reset_music_list(); - for (int n_element = 0 ; n_element < f_contents.size() ; ++n_element) - { - w_courtroom->append_music(f_contents.at(n_element)); - } - w_courtroom->list_music(); + for (int n_element = 0 ; n_element < f_contents.size() ; ++n_element) + { + w_courtroom->append_music(f_contents.at(n_element)); + } + w_courtroom->list_music(); } else if (header == "BN") { |
