Mercurial > mm7
diff mm7_data.h @ 190:9b77686e2239
Merge
author | Gloval |
---|---|
date | Sat, 16 Feb 2013 00:44:38 +0400 |
parents | 038a4d09406f 49728858c35e |
children | 982c1ec5a983 |
line wrap: on
line diff
--- a/mm7_data.h Sat Feb 16 00:33:21 2013 +0400 +++ b/mm7_data.h Sat Feb 16 00:44:38 2013 +0400 @@ -1711,8 +1711,8 @@ extern _UNKNOWN unk_F8B1F8; // weak extern _UNKNOWN unk_F8B5E0; // weak extern struct FrameTableTxtLine stru_F8B5E8; // weak -extern _UNKNOWN unk_F8B668; // weak -extern _UNKNOWN unk_F8BA50; // weak +extern char array_F8B668[]; // weak +//extern _UNKNOWN unk_F8BA50; // weak extern char byte_F8BC0C; // weak extern int bGameoverLoop; // weak extern __int16 word_F8BC48_displaced_face_intersect_plane_coords_a; // idb @@ -2384,7 +2384,7 @@ int /*__usercall*/ sr_sub_4D72EC/*<eax>*/(int a1/*<ebp>*/); int /*__usercall*/ sr_sub_4D73DF/*<eax>*/(int a1/*<ebp>*/); signed int __fastcall SpawnRandomTreasure(struct MapInfo *a1, struct SpawnPointMM7 *a2); -bool __fastcall DamageMonsterFromParty(signed int a1, unsigned int uActorID_Monster, struct Vec3_int_ *pVelocity); +void DamageMonsterFromParty(signed int a1, unsigned int uActorID_Monster, struct Vec3_int_ *pVelocity); #define ErrD3D(hr) do {extern void ErrHR(HRESULT, const char *, const char *, const char *, int); ErrHR(hr, "Direct3D", __FUNCTION__, __FILE__, __LINE__);} while(0)