aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aocharmovie.cpp3
-rw-r--r--courtroom.cpp3
-rw-r--r--lobby.cpp2
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";
}
}