aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-07-28 00:36:53 +0300
committerEugene Sandulenko2016-07-28 00:37:32 +0300
commit6ac435099c0ccdeb55fc0e5c195b92d68ed9344e (patch)
tree724510d3e7f25ecce84ce6f726d06a8dc5878638 /engines/fullpipe/inventory.cpp
parent1fb5f55b704ae57ddc3c103a22ab466cf93aa94a (diff)
downloadscummvm-rg350-6ac435099c0ccdeb55fc0e5c195b92d68ed9344e.tar.gz
scummvm-rg350-6ac435099c0ccdeb55fc0e5c195b92d68ed9344e.tar.bz2
scummvm-rg350-6ac435099c0ccdeb55fc0e5c195b92d68ed9344e.zip
FULLPIPE: Split all debug output by channels
Diffstat (limited to 'engines/fullpipe/inventory.cpp')
-rw-r--r--engines/fullpipe/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/inventory.cpp b/engines/fullpipe/inventory.cpp
index f9b507c50b..aa229d55d7 100644
--- a/engines/fullpipe/inventory.cpp
+++ b/engines/fullpipe/inventory.cpp
@@ -35,7 +35,7 @@ Inventory::~Inventory() {
}
bool Inventory::load(MfcArchive &file) {
- debug(5, "Inventory::load()");
+ debugC(5, kDebugLoading, "Inventory::load()");
_sceneId = file.readUint16LE();
int numInvs = file.readUint32LE();