Mercurial > mm7
diff mm7_data.h @ 1029:c94d6a37d298
Pointing a face with mouse fixed.
author | Nomad |
---|---|
date | Tue, 21 May 2013 12:10:08 +0200 |
parents | 67e33708d815 |
children | f93d17337113 |
line wrap: on
line diff
--- a/mm7_data.h Tue May 21 11:24:35 2013 +0200 +++ b/mm7_data.h Tue May 21 12:10:08 2013 +0200 @@ -1905,7 +1905,6 @@ bool __fastcall HSV2RGB(float *a1, float *a2, float *a3, float a4, float a5, float a6); void __fastcall RGB2HSV(float *a1, float *a2, float a3, float a4, float a5, float *a6); unsigned int ReplaceHSV(unsigned int uColor, float a2, float gamma, float a4); -int _48B561_mess_with_scaling_along_z(/*int a1, */float a2); signed int __cdecl PlayerCreation_Chose4Skills(); signed int __cdecl PlayerCreation_ComputeAttributeBonus(); void LoadPlayerPortraintsAndVoices(); @@ -2021,6 +2020,7 @@ 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)