mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
Updated with my recent actor flag changes.
svn-id: r15694
This commit is contained in:
parent
1d6de6f5e4
commit
8050e42812
@ -71,6 +71,15 @@ Interp.c
|
||||
threadBase.withObject threadVars[kVarWithObject]
|
||||
threadBase.theActor threadVars[kVarActor]
|
||||
|
||||
Actor.h
|
||||
=======
|
||||
GOF_PROTAGONIST kProtagonist
|
||||
GOF_FOLLOWER kFollower
|
||||
GOF_CYCLE kCycle
|
||||
GOF_FASTER kFaster
|
||||
GOF_FASTEST kFastest
|
||||
GOF_EXTENDED kExtended
|
||||
|
||||
Actor.c
|
||||
=======
|
||||
abortAllSpeeches() SThreadAbortAll()
|
||||
|
Loading…
Reference in New Issue
Block a user