diff Monsters.h @ 694:52329962fcdb

monster table init rework started
author Gloval
date Sun, 17 Mar 2013 12:47:19 +0400
parents 5a66be213cff
children a5e587c8e30e
line wrap: on
line diff
--- a/Monsters.h	Sun Mar 17 01:50:34 2013 +0400
+++ b/Monsters.h	Sun Mar 17 12:47:19 2013 +0400
@@ -87,7 +87,7 @@
   };
 
   char *pName;
-  char *pTexture;
+  char *pPictureName;
   unsigned __int8 uLevel;
   unsigned __int8 uTreasureDropChance;
   unsigned __int8 uTreasureDiceRolls;
@@ -155,12 +155,12 @@
 {
   void Initialize();
   void InitializePlacements();
-  signed int _4563FF(const char *Str2);
+  signed int FindMonsterByName(const char *Str2);
 
   static bool BelongsToSupertype(unsigned int uMonsterInfoID, enum MONSTER_SUPERTYPE eSupertype);
 
   MonsterInfo pInfos[265];  //0 - 5b18h
-  char *pPlaceStrings[31];; //5B18h placement counts from 1
+  char *pPlaceStrings[31]; //5B18h placement counts from 1
   unsigned int uNumMonsters;  //5B94h
   unsigned int uNumPlacements; //5B98h
   int field_5B9C;