diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-11 00:49:30 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-11 00:49:30 +0300 |
| commit | c2fd3796a97ee8d87544ec26df7d6797acfebd80 (patch) | |
| tree | c4326c770d821c4cd5f14961e7acf3f62a3b09c1 /src/courtroom.cpp | |
| parent | 961563daf3af7fd0167b281ed101d11c67a4eaf7 (diff) | |
Add clear_music and clear_areas
Comment out the index as it can be potentially confusing alongside "true" area numbers
Add "FM" to Packet Received that would reload the areas and music list
TODO: Test this with arup systems
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index a1714163..c6a8749a 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1000,9 +1000,9 @@ void Courtroom::list_areas() for (int n_area = 0 ; n_area < area_list.size() ; ++n_area) { QString i_area = ""; - i_area.append("["); - i_area.append(QString::number(n_area)); - i_area.append("] "); +// i_area.append("["); +// i_area.append(QString::number(n_area)); +// i_area.append("] "); i_area.append(area_list.at(n_area)); |
