aboutsummaryrefslogtreecommitdiff
path: root/costume.cpp
diff options
context:
space:
mode:
authorMax Horn2002-05-14 23:32:34 +0000
committerMax Horn2002-05-14 23:32:34 +0000
commitb529d80ed7c39f2aa9718adda2828db27bba5df0 (patch)
treef92bba6ad134ff8837bad007e9dcbe2f9238a506 /costume.cpp
parent659bc0e69167f977e58d9ef3c3bbfb17907121fc (diff)
downloadscummvm-rg350-b529d80ed7c39f2aa9718adda2828db27bba5df0.tar.gz
scummvm-rg350-b529d80ed7c39f2aa9718adda2828db27bba5df0.tar.bz2
scummvm-rg350-b529d80ed7c39f2aa9718adda2828db27bba5df0.zip
added #include "actor.h", some minor tweaks
svn-id: r4332
Diffstat (limited to 'costume.cpp')
-rw-r--r--costume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/costume.cpp b/costume.cpp
index 7584e2d8da..7b5d528ec6 100644
--- a/costume.cpp
+++ b/costume.cpp
@@ -22,6 +22,7 @@
#include "stdafx.h"
#include "scumm.h"
+#include "actor.h"
const byte revBitMask[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 };