From 1a394aa3c764c8a50def5bb9d8aa1342d962fbdd Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 20 May 2003 20:42:28 +0000 Subject: added enum's for the known actor/object claasses; extended putClass/getClass to translate the X/Y flip classes; made code use the new enum's; some other cleanup svn-id: r7753 --- scumm/debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/debugger.cpp') diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp index d70e096c41..a55279f1a2 100644 --- a/scumm/debugger.cpp +++ b/scumm/debugger.cpp @@ -638,7 +638,7 @@ bool ScummDebugger::Cmd_Object(int argc, const char **argv) { _s->addObjectToInventory(obj, atoi(argv[3])); _s->putOwner(obj, _s->VAR(_s->VAR_EGO)); - _s->putClass(obj, 32, 1); + _s->putClass(obj, kObjectClassUntouchable, 1); _s->putState(obj, 1); _s->removeObjectFromRoom(obj); _s->clearDrawObjectQueue(); -- cgit v1.2.3