Mercurial > mm7
diff mm7_data.h @ 1273:fbb7428fa58c
PlayerCreation_ComputeAttributeBonus cleanup
Player::IncreaseAttribute cleanup
author | Grumpy7 |
---|---|
date | Sat, 15 Jun 2013 03:00:36 +0200 |
parents | 2929c4406d2c |
children | f11651288371 |
line wrap: on
line diff
--- a/mm7_data.h Sat Jun 15 02:31:27 2013 +0200 +++ b/mm7_data.h Sat Jun 15 03:00:36 2013 +0200 @@ -1448,7 +1448,7 @@ 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); signed int __cdecl PlayerCreation_Chose4Skills(); -signed int __cdecl PlayerCreation_ComputeAttributeBonus(); +signed int __cdecl PlayerCreation_GetUnspentAttributePointCount(); void LoadPlayerPortraintsAndVoices(); int __fastcall ReloadPlayerPortraits(int, int); // weak void sub_491E3A();