diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-01-12 13:46:39 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-01-12 13:46:39 +0300 |
| commit | 96fcb75c4c836887c80af3ddc1b4c8e1d4622abb (patch) | |
| tree | 0eb542dde9dffec419fcb74fcfdeb706f8fdf499 /include/courtroom.h | |
| parent | 74a1b38949350975e86c74ba9861d44930a44a50 (diff) | |
Make sure blankposts are properly displayed unless repeats, playing nice with view desync
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 92b5a03c..46da7a32 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -349,6 +349,7 @@ private: QVector<QString> arup_locks; QVector<chatlogpiece> ic_chatlog_history; + int ic_chatlog_current = -1; QQueue<QStringList> chatmessage_queue; |
