- fixed: Parsing of color strings with 6 characters and spaces did not work.
- fixed: State labels must be evaluated for the state's owner, not the calling actor. SVN r1354 (trunk)
This commit is contained in:
parent
6eb32dc0c2
commit
bf63041585
9 changed files with 22 additions and 16 deletions
|
|
@ -520,7 +520,7 @@ bool AActor::SetState (FState *newstate)
|
|||
}
|
||||
}
|
||||
|
||||
if (newstate->CallAction(this))
|
||||
if (newstate->CallAction(this, this))
|
||||
{
|
||||
// Check whether the called action function resulted in destroying the actor
|
||||
if (ObjectFlags & OF_EuthanizeMe)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue