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.