diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-02-17 15:15:40 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-02-17 15:15:40 +0300 |
| commit | b5f581eb5b336273c3e7976ac8f7c438fe454bb4 (patch) | |
| tree | 4767235b98196cf864bd5742aeec4aa6ea03d9dc /include/courtroom.h | |
| parent | 63128fea1362b0fe2388ff0b85b9f1120806b332 (diff) | |
Revert bad "fix" of the sound names for WTCE courtroom_sounds.ini
Make pos dropdown ui editable for a custom pos
Keep track of the custom pos index
On switching from the custom pos, remove the entry at that index
Fix regression causing the "sort by name" lobby server list header disappearing
Expose column 0 for the # in the lobby server list header
("too ugly" just use lobby_stylesheets.css and pretty it up)
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 69dd58e1..d1395e1b 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -581,6 +581,7 @@ private: QString current_background = "default"; QString current_side = ""; + int temp_side_index = -1; QBrush free_brush; QBrush lfp_brush; |
