From dfddfbbd795156ecf2ff83b009c1fb73901a37a3 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Thu, 17 Jul 2014 14:28:44 +0200 Subject: PRINCE: scanDirections() fix --- engines/prince/hero.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/prince/hero.h') diff --git a/engines/prince/hero.h b/engines/prince/hero.h index 82b4ac7dd7..9effde6228 100644 --- a/engines/prince/hero.h +++ b/engines/prince/hero.h @@ -174,7 +174,7 @@ public: int32 _phase; // Phase animation phase int16 _step; // Step x/y step size depends on direction // MaxBoredom stand still timeout - int16 _boredomTime;// Boredom current boredom time in frames + int16 _boredomTime; // Boredom current boredom time in frames uint16 _boreNum; // Bore anim frame int16 _talkTime; // TalkTime time of talk anim int32 _specAnim; // SpecAnim additional anim -- cgit v1.2.3