diff NPC.h @ 237:2799737f8a74

more text parsers refactor
author Gloval
date Mon, 18 Feb 2013 00:47:36 +0400
parents 207b2492e14b
children 37dcbe8f3cca 48f21f569328
line wrap: on
line diff
--- a/NPC.h	Sun Feb 17 18:50:35 2013 +0400
+++ b/NPC.h	Mon Feb 18 00:47:36 2013 +0400
@@ -57,8 +57,8 @@
 #pragma pack(push, 1)
 struct NPCStats_stru0
 {
-  int field_0;
-  char field_4[60];
+  int field_0;  //summ 
+  char field_4[60]; //prof position
 };
 #pragma pack(pop)
 
@@ -90,7 +90,7 @@
   bool InitializeAdditionalNPCs(NPCData *a2, int a3, int a4, int a5);
   void _476C60();
 
-
+  
   NPCData pNPCData[501];
   NPCData pNewNPCData[501];
   char *pNPCNames[540][2];
@@ -103,7 +103,7 @@
   NPCData array_13EF4[100];
   char *pCatchPhrases[52];
   char *pNPCNames2[500];
-  NPCStats_stru0 array_16544[77];
+  NPCStats_stru0 array_16544[77]; //16544h proffesion position in area
   int field_17884;
   int field_17888;
   NPCGreeting pNPCGreetings[205];