From d318f1a2412c5eee01f6d523811f56d68ff2c03e Mon Sep 17 00:00:00 2001 From: David Skoland Date: Sun, 12 Feb 2017 11:15:43 +0100 Subject: [PATCH] removed some errors --- aocharmovie.cpp | 3 +++ courtroom.cpp | 3 +-- lobby.cpp | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/aocharmovie.cpp b/aocharmovie.cpp index 6247f91..f7f19ea 100644 --- a/aocharmovie.cpp +++ b/aocharmovie.cpp @@ -51,6 +51,9 @@ void AOCharMovie::play_talking(QString p_char, QString p_emote) this->show(); m_movie->start(); + + //D3bug + m_movie-> } void AOCharMovie::play_idle(QString p_char, QString p_emote) diff --git a/courtroom.cpp b/courtroom.cpp index 65b39a7..5c2b207 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -510,8 +510,7 @@ void Courtroom::set_size_and_pos(QWidget *p_widget, QString p_identifier) if (design_ini_result.width < 0 || design_ini_result.height < 0) { - //at this point it's pretty much game over - call_error(" could not find \"" + p_identifier + "\" in courtroom_design.ini"); + qDebug() << "W: could not find \"" << p_identifier << "\" in courtroom_design.ini"; } } diff --git a/lobby.cpp b/lobby.cpp index e6811b6..21774d4 100644 --- a/lobby.cpp +++ b/lobby.cpp @@ -135,7 +135,7 @@ void Lobby::set_size_and_pos(QWidget *p_widget, QString p_identifier) if (design_ini_result.width < 0 || design_ini_result.height < 0) { - call_error(" could not find \"" + p_identifier + "\" in lobby_design.ini"); + qDebug() << "W: could not find " << p_identifier << " in lobby_design.ini"; } }