From a2b1f2fb7bac421074aee600f86900162be9c834 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Fri, 30 May 2014 19:37:33 +0200 Subject: PRINCE: Warings fix, drawAsShadow update - kShadowColor to graphics.h --- engines/prince/hero.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/prince/hero.h') diff --git a/engines/prince/hero.h b/engines/prince/hero.h index c430cc3861..00a81bdc7e 100644 --- a/engines/prince/hero.h +++ b/engines/prince/hero.h @@ -47,8 +47,6 @@ public: static const int32 kShadowBitmapSize = kMaxPicWidth * kMaxPicHeight / 8; static const int16 kScreenWidth = 640; - static const byte kShadowColor = 191; - enum State { STAY = 0, TURN = 1, @@ -163,7 +161,7 @@ public: // DestDir // LeftRight previous left/right direction // UpDown previous up/down direction - uint _phase; // Phase animation phase + int32 _phase; // Phase animation phase // Step x/y step size depends on direction // MaxBoredom stand still timeout int16 _boredomTime;// Boredom current boredom time in frames -- cgit v1.2.3