From b9facc7de40655b12c779b4ba2b4756847db1aff Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Sun, 11 Nov 2001 16:54:45 +0000 Subject: implemented some sam&max specific features, fixed some bugs svn-id: r3486 --- costume.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'costume.cpp') diff --git a/costume.cpp b/costume.cpp index f779e5e397..37c432d751 100644 --- a/costume.cpp +++ b/costume.cpp @@ -292,6 +292,11 @@ byte CostumeRenderer::mainRoutine(Actor *a, int slot, int frame) { CHECK_HEAP + if (a->data8) { + proc_special(a->data8); + return b; + } + switch ((scaling<<2)|(masking<<1)|charsetmask) { case 0: proc6(); @@ -660,6 +665,10 @@ StartPos:; } while(1); } +void CostumeRenderer::proc_special(byte code) { + warning("stub CostumeRenderer::proc_special(%d) not implemented"); +} + void CostumeRenderer::loadCostume(int id) { _ptr = _vm->getResourceAddress(3, id); -- cgit v1.2.3