From 34b781199c22bb38731ed12810af92e74924246c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 26 Nov 2009 00:45:06 +0000 Subject: Add patch #2853844 - MM C64: walksounds. svn-id: r46146 --- engines/scumm/actor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/scumm/actor.h') diff --git a/engines/scumm/actor.h b/engines/scumm/actor.h index c3edd24a39..88ba9902b4 100644 --- a/engines/scumm/actor.h +++ b/engines/scumm/actor.h @@ -55,6 +55,7 @@ struct CostumeData { byte active[16]; uint16 animCounter; byte soundCounter; + byte soundPos; uint16 stopped; uint16 curpos[16]; uint16 start[16]; -- cgit v1.2.3