From 06be552dadb473ddc6b2256155cb776d3acb6651 Mon Sep 17 00:00:00 2001 From: gor_down Date: Mon, 19 May 2025 02:46:34 -0300 Subject: [PATCH] fix --- src/area_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/area_data.h b/src/area_data.h index 8947eb2..cb56403 100644 --- a/src/area_data.h +++ b/src/area_data.h @@ -1175,7 +1175,7 @@ class AreaData : public QObject /** * @brief The state of the testimony recording / playback in the area. */ - TestimonyRecording m_testimonyRecording; + TestimonyRecording m_testimonyRecording = TestimonyRecording::STOPPED; QVector m_testimony; //!< Vector of all statements saved. Index 0 is always the title of the testimony. int m_statement; //!< Keeps track of the currently played statement.