diff options
| author | James Brown | 2002-12-25 04:30:24 +0000 |
|---|---|---|
| committer | James Brown | 2002-12-25 04:30:24 +0000 |
| commit | e1a416c031061d42acd0eee009b292ea1199513e (patch) | |
| tree | eb3c910fb30ae083e08123a40e592bfca6f36887 /scumm/object.cpp | |
| parent | 1b0963dd760f4780dcd61f31706fb41fdb4331e9 (diff) | |
| download | scummvm-rg350-e1a416c031061d42acd0eee009b292ea1199513e.tar.gz scummvm-rg350-e1a416c031061d42acd0eee009b292ea1199513e.tar.bz2 scummvm-rg350-e1a416c031061d42acd0eee009b292ea1199513e.zip | |
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
Diffstat (limited to 'scumm/object.cpp')
| -rw-r--r-- | scumm/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
