Mercurial > mm7
comparison NPC.h @ 377:243418228760
GetIdentifiedName
author | Gloval |
---|---|
date | Fri, 22 Feb 2013 22:27:45 +0400 |
parents | f0f66f690777 |
children | 0a1ea44b4a0a |
comparison
equal
deleted
inserted
replaced
376:615e6b6f55c2 | 377:243418228760 |
---|---|
211 | 211 |
212 /* 140 */ | 212 /* 140 */ |
213 #pragma pack(push, 1) | 213 #pragma pack(push, 1) |
214 struct NPCGreeting | 214 struct NPCGreeting |
215 { | 215 { |
216 char *pGreeting1; | 216 char *pGreeting1; //at first meet |
217 char *pGreeting2; | 217 char *pGreeting2; // at latest meets |
218 }; | 218 }; |
219 #pragma pack(pop) | 219 #pragma pack(pop) |
220 | 220 |
221 | 221 |
222 /* 137 */ | 222 /* 137 */ |