From e1a416c031061d42acd0eee009b292ea1199513e Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 25 Dec 2002 04:30:24 +0000 Subject: Skeleton for hacky font support using Smush's FontRenderer. Doesn't work (uncomment the loadFont line in script_v8 to test). Aquadran, where are you? :) svn-id: r6114 --- scumm/object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/object.cpp') diff --git a/scumm/object.cpp b/scumm/object.cpp index 5c2653cf85..a8639f4f86 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -1326,7 +1326,7 @@ void Scumm::drawBlastObject(BlastObject *eo) if (!bomp) error("object %d is not a blast object", eo->number); - hexdump(bomp,32); + //hexdump(bomp,32); if (_features & GF_AFTER_V8) { bdd.srcwidth = READ_LE_UINT32(&((BompHeader *)bomp)->v8.width); -- cgit v1.2.3