aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry
diff options
context:
space:
mode:
authorPaul Gilbert2017-04-04 20:53:31 -0400
committerPaul Gilbert2017-04-04 20:53:31 -0400
commit903cffca281c3ba44bd9d79d34dfc4eadf1a42b3 (patch)
tree30678b198a15525f9df9dc3c293647d7fd5728cd /engines/titanic/carry
parentd52d58d3dd79bfc0a656732c63b3b31bd89e09c6 (diff)
downloadscummvm-rg350-903cffca281c3ba44bd9d79d34dfc4eadf1a42b3.tar.gz
scummvm-rg350-903cffca281c3ba44bd9d79d34dfc4eadf1a42b3.tar.bz2
scummvm-rg350-903cffca281c3ba44bd9d79d34dfc4eadf1a42b3.zip
TITANIC: Change debug level constants to have a DEBUG_ prefix
Diffstat (limited to 'engines/titanic/carry')
-rw-r--r--engines/titanic/carry/carry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/carry/carry.cpp b/engines/titanic/carry/carry.cpp
index fd5b593fa3..47eea18ec5 100644
--- a/engines/titanic/carry/carry.cpp
+++ b/engines/titanic/carry/carry.cpp
@@ -98,7 +98,7 @@ void CCarry::load(SimpleFile *file) {
bool CCarry::MouseDragStartMsg(CMouseDragStartMsg *msg) {
CString name = getName();
- debugC(ERROR_BASIC, kDebugScripts, "MosueDragStartMsg - %s", name.c_str());
+ debugC(DEBUG_BASIC, kDebugScripts, "MosueDragStartMsg - %s", name.c_str());
if (_canTake) {
if (checkStartDragging(msg)) {
@@ -122,7 +122,7 @@ bool CCarry::MouseDragMoveMsg(CMouseDragMoveMsg *msg) {
}
bool CCarry::MouseDragEndMsg(CMouseDragEndMsg *msg) {
- debugC(ERROR_BASIC, kDebugScripts, "MouseDragEndMsg");
+ debugC(DEBUG_BASIC, kDebugScripts, "MouseDragEndMsg");
showMouse();
if (msg->_dropTarget) {