Mercurial > mm7
diff Actor.h @ 319:5a66be213cff
Actor::Die
author | Nomad |
---|---|
date | Wed, 20 Feb 2013 02:53:37 +0200 |
parents | 3dcc9d945eeb |
children | ce39b96acf5c |
line wrap: on
line diff
--- a/Actor.h Wed Feb 20 01:21:59 2013 +0200 +++ b/Actor.h Wed Feb 20 02:53:37 2013 +0200 @@ -205,7 +205,7 @@ static unsigned int __fastcall _402968(unsigned int uActorID, signed int edx0, int uActionLength, struct AIDirection *a4); static unsigned int __fastcall _402AD7(unsigned int uActorID, unsigned int a2, signed int arg0, signed int uActionLength, struct AIDirection *pDir); static void __fastcall PlaySound(unsigned int uActorID, unsigned int uSoundID); - static void __fastcall Die(unsigned int uActorID); + static void Die(unsigned int uActorID); static unsigned int __fastcall Resurrect(unsigned int uActorID); static int __fastcall _402F87(unsigned int uActorID, unsigned int uObjID, struct AIDirection *a4); static __int16 __fastcall _4030AD(unsigned int uActorID, signed int edx0, int arg0);