Mercurial > mm7
comparison mm7_data.h @ 1094:c40d40027b77
npc some clean
author | Gloval |
---|---|
date | Sun, 26 May 2013 18:55:31 +0400 |
parents | 9c7eb4037567 |
children | 3395579f6c4d |
comparison
equal
deleted
inserted
replaced
1092:38890b8385e4 | 1094:c40d40027b77 |
---|---|
1340 signed int __cdecl GetTravelTime(); | 1340 signed int __cdecl GetTravelTime(); |
1341 void __fastcall sub_4451A8_press_any_key(int a1, int a2, int a4); | 1341 void __fastcall sub_4451A8_press_any_key(int a1, int a2, int a4); |
1342 void __cdecl sub_4452BB(); | 1342 void __cdecl sub_4452BB(); |
1343 const char *GetProfessionActionText(int a1); | 1343 const char *GetProfessionActionText(int a1); |
1344 struct NPCData *__fastcall GetNPCData(signed int npcid); | 1344 struct NPCData *__fastcall GetNPCData(signed int npcid); |
1345 struct NPCData *__fastcall GetNewNPCData(signed int npcid, int a2); | 1345 struct NPCData * GetNewNPCData(signed int npcid, int* npc_indx); |
1346 int __fastcall GetGreetType(signed int SpeakingNPC_ID); | 1346 int __fastcall GetGreetType(signed int SpeakingNPC_ID); |
1347 void __cdecl DialogueEnding(); | 1347 void __cdecl DialogueEnding(); |
1348 void PrepareHouse(enum HOUSE_ID house); // idb | 1348 void PrepareHouse(enum HOUSE_ID house); // idb |
1349 bool EnterHouse(enum HOUSE_ID uHouseID); | 1349 bool EnterHouse(enum HOUSE_ID uHouseID); |
1350 int sub_4465DF_check_season(int a1); | 1350 int sub_4465DF_check_season(int a1); |