- Changed state calls to use the VM's standard return value mechanism. StateCallData has been
removed as a result, so now action functions take a minimum of three parameters rather than four. SVN r3770 (scripting)
This commit is contained in:
parent
e1a2f3b546
commit
fcceeb814a
7 changed files with 164 additions and 162 deletions
|
|
@ -268,7 +268,7 @@ enum
|
|||
|
||||
// --- mobj.flags5 ---
|
||||
|
||||
/* = 0x00000001, */
|
||||
MF5_INSTATECALL = 0x00000001, // This actor is being run through CallStateChain
|
||||
/* = 0x00000002, */
|
||||
MF5_NODROPOFF = 0x00000004, // cannot drop off under any circumstances.
|
||||
/* = 0x00000008, */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue