- Added ACS GetChar function.

- Added Gez's submission for polyobjects being able to crush corpses but made
  it an explicit MAPINFO option only.


SVN r1585 (trunk)
This commit is contained in:
Christoph Oelckers 2009-05-15 17:21:45 +00:00
commit eb52c9a90e
8 changed files with 136 additions and 96 deletions

View file

@ -598,6 +598,9 @@ public:
// Die. Now.
virtual bool Massacre ();
// Transforms the actor into a finely-ground paste
bool Grind(bool items);
// Is the other actor on my team?
bool IsTeammate (AActor *other);