diff mm7_3.cpp @ 825:35c31a49d989

m
author Ritor1
date Tue, 26 Mar 2013 23:18:58 +0600
parents 7bb33867d2cb
children 1133e34a7560
line wrap: on
line diff
--- a/mm7_3.cpp	Tue Mar 26 00:09:21 2013 +0600
+++ b/mm7_3.cpp	Tue Mar 26 23:18:58 2013 +0600
@@ -12652,7 +12652,7 @@
       {
         pInString = (char *)ptr_F8B1E8;
       }
-      else if (v1 == 1)
+      else if (v1 == 1)//QuestNPCDialogue
       {
         if (pNPC->greet)
         {
@@ -12662,7 +12662,7 @@
             pInString = pNPCStats->pNPCGreetings[pNPC->greet - 1].pGreeting1;
         }
       }
-      else if (v1 == 2)
+      else if (v1 == 2)//HiredNPCDialogue
       {
         auto prof = pNPCStats->pProfessions + pNPC->uProfession - 1;