- Fixed: The three-argument version of AActor::FindState() initialized a

two-entry array for passing to the main FindState() routine, but did
  not actually pass it, passing the original primary label instead.


SVN r1261 (trunk)
This commit is contained in:
Randy Heit 2008-10-14 01:56:28 +00:00
commit 8d4912f4af
3 changed files with 6 additions and 3 deletions

View file

@ -851,4 +851,4 @@ CCMD(dumpstates)
DumpStateHelper(info->StateList, "");
Printf(PRINT_LOG, "----------------------------\n");
}
}
}