aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-10-28 07:25:29 +0000
committerTorbjörn Andersson2004-10-28 07:25:29 +0000
commit8050e42812b25fcae02631d7fb294c42dbdc5370 (patch)
tree730419cb772b769147fed1cd2c5c1fae9742115e /saga
parent1d6de6f5e4eee21f888956dae7cc7a568f2264d4 (diff)
downloadscummvm-rg350-8050e42812b25fcae02631d7fb294c42dbdc5370.tar.gz
scummvm-rg350-8050e42812b25fcae02631d7fb294c42dbdc5370.tar.bz2
scummvm-rg350-8050e42812b25fcae02631d7fb294c42dbdc5370.zip
Updated with my recent actor flag changes.
svn-id: r15694
Diffstat (limited to 'saga')
-rw-r--r--saga/xref.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/saga/xref.txt b/saga/xref.txt
index 0fd622a750..41353cf26a 100644
--- a/saga/xref.txt
+++ b/saga/xref.txt
@@ -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()