From 0f8cb919e289d433d8a7e84b16b934c2b04c7dd2 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Tue, 14 Aug 2018 17:06:23 +0200 Subject: Fixed a bug where the music being played would depend on the row selected. --- courtroom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index 1cc2ed4a..8a93543d 100644 --- a/courtroom.h +++ b/courtroom.h @@ -191,6 +191,8 @@ private: QSignalMapper *char_button_mapper; + QVector music_row_to_number; + //triggers ping_server() every 60 seconds QTimer *keepalive_timer; -- cgit