aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/segment.h
diff options
context:
space:
mode:
authorMax Horn2010-06-28 11:23:00 +0000
committerMax Horn2010-06-28 11:23:00 +0000
commit6c0205b104e30a60b2c5f9ff5c5e417fde497808 (patch)
treeecfb4e63858d906047ab8ed4afd1d3334581df1f /engines/sci/engine/segment.h
parent31b29027144e3a76ab6e8c71a0014ca6121218c0 (diff)
downloadscummvm-rg350-6c0205b104e30a60b2c5f9ff5c5e417fde497808.tar.gz
scummvm-rg350-6c0205b104e30a60b2c5f9ff5c5e417fde497808.tar.bz2
scummvm-rg350-6c0205b104e30a60b2c5f9ff5c5e417fde497808.zip
SCI: Fix DEBUG_GC mode and permanently enable it
svn-id: r50430
Diffstat (limited to 'engines/sci/engine/segment.h')
-rw-r--r--engines/sci/engine/segment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h
index c12efecf1c..d290475593 100644
--- a/engines/sci/engine/segment.h
+++ b/engines/sci/engine/segment.h
@@ -82,6 +82,7 @@ struct SegmentObj : public Common::Serializable {
public:
static SegmentObj *createSegmentObj(SegmentType type);
+ static const char *getSegmentTypeName(SegmentType type);
public:
SegmentObj(SegmentType type) : _type(type) {}