diff Actor.h @ 1454:7d3bed7772cb

Слияние
author Ritor1
date Thu, 08 Aug 2013 16:34:37 +0600
parents 8ff3c675a726
children 5c95f2246c2a
line wrap: on
line diff
--- a/Actor.h	Thu Aug 08 16:34:19 2013 +0600
+++ b/Actor.h	Thu Aug 08 16:34:37 2013 +0600
@@ -14,7 +14,7 @@
 {
   void LootActor(struct Actor *pActor);
   int which_player_would_attack(struct Actor *pActor);
-  bool special_ability_use_check(struct Actor *pActor, int a2);
+  int  special_ability_use_check(struct Actor *pActor, int a2);
   int _427102(struct Actor *pActor, signed int a2);
   int PlayerHitOrMiss(struct Player *pPlayer, struct Actor *pActor, int a3, int a4);
   bool _4273BB(struct Actor *pActor, struct Actor *a2, int a3, int a4);