comparison Actor.h @ 303:3dcc9d945eeb

DamageMonsterFromParty
author Nomad
date Tue, 19 Feb 2013 15:39:50 +0200
parents 1f0af5cac2dd
children 5a66be213cff
comparison
equal deleted inserted replaced
296:af7e848d6def 303:3dcc9d945eeb
192 void PrepareSprites(char load_sounds_if_bit1_set); 192 void PrepareSprites(char load_sounds_if_bit1_set);
193 unsigned int UpdateAnimation(); 193 unsigned int UpdateAnimation();
194 signed int GetActorsRelation(Actor *a2); 194 signed int GetActorsRelation(Actor *a2);
195 void SetRandomGoldIfTheresNoItem(); 195 void SetRandomGoldIfTheresNoItem();
196 bool CanAct(); 196 bool CanAct();
197 bool IsAlive(); 197 bool IsNotAlive();
198 void InitializeDialogue(int bPlayerSaysHello); 198 void InitializeDialogue(int bPlayerSaysHello);
199 char _438B9B(); 199 char _438B9B();
200 200
201 201
202 static void __fastcall _401221(unsigned int uActorID, int *a2, unsigned int a3); 202 static void __fastcall _401221(unsigned int uActorID, int *a2, unsigned int a3);