diff mm7_data.h @ 1051:05c62d166182

004C1D2B cleaned
author Nomad
date Thu, 23 May 2013 14:08:26 +0200
parents 4b329bf2d197
children d48c762de563
line wrap: on
line diff
--- a/mm7_data.h	Thu May 23 16:36:08 2013 +0600
+++ b/mm7_data.h	Thu May 23 14:08:26 2013 +0200
@@ -773,7 +773,7 @@
 extern unsigned int uIconIdx_FlySpell;
 extern unsigned int uIconIdx_WaterWalk;
 extern int dword_576E28; // weak
-extern int dword_576E2C; // weak
+extern int _576E2C_current_minimap_zoom; // weak
 extern __int64 _5773B8_event_timer; // weak
 extern int _5773C0_unused; // weak
 
@@ -1690,11 +1690,6 @@
 signed int __fastcall SpawnRandomTreasure(struct MapInfo *a1, struct SpawnPointMM7 *a2);
 void DamageMonsterFromParty(signed int a1, unsigned int uActorID_Monster, struct Vec3_int_ *pVelocity);
 
-int fixpoint_sub0(int, int);
-int fixpoint_div(int, int);
-int fixpoint_mul(int, int);
-int fixpoint_from_float(float value);
-
 
 #define ErrD3D(hr) do {extern void ErrHR(HRESULT, const char *, const char *, const char *, int); ErrHR(hr, "Direct3D", __FUNCTION__, __FILE__, __LINE__);} while(0)