Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
1272:19a4809e1da0 | 1273:fbb7428fa58c |
---|---|
1446 int __stdcall loc_489BB3(struct stru320 *a2, int thisa, unsigned int uNumVertices, RenderVertexSoft *a5, float a6, char uClipFlag); // weak | 1446 int __stdcall loc_489BB3(struct stru320 *a2, int thisa, unsigned int uNumVertices, RenderVertexSoft *a5, float a6, char uClipFlag); // weak |
1447 bool __fastcall HSV2RGB(float *a1, float *a2, float *a3, float a4, float a5, float a6); | 1447 bool __fastcall HSV2RGB(float *a1, float *a2, float *a3, float a4, float a5, float a6); |
1448 void __fastcall RGB2HSV(float *a1, float *a2, float a3, float a4, float a5, float *a6); | 1448 void __fastcall RGB2HSV(float *a1, float *a2, float a3, float a4, float a5, float *a6); |
1449 unsigned int ReplaceHSV(unsigned int uColor, float a2, float gamma, float a4); | 1449 unsigned int ReplaceHSV(unsigned int uColor, float a2, float gamma, float a4); |
1450 signed int __cdecl PlayerCreation_Chose4Skills(); | 1450 signed int __cdecl PlayerCreation_Chose4Skills(); |
1451 signed int __cdecl PlayerCreation_ComputeAttributeBonus(); | 1451 signed int __cdecl PlayerCreation_GetUnspentAttributePointCount(); |
1452 void LoadPlayerPortraintsAndVoices(); | 1452 void LoadPlayerPortraintsAndVoices(); |
1453 int __fastcall ReloadPlayerPortraits(int, int); // weak | 1453 int __fastcall ReloadPlayerPortraits(int, int); // weak |
1454 void sub_491E3A(); | 1454 void sub_491E3A(); |
1455 signed int __thiscall CycleCharacter(unsigned int _this); | 1455 signed int __thiscall CycleCharacter(unsigned int _this); |
1456 void __fastcall Rest(unsigned int uHoursToSleep); | 1456 void __fastcall Rest(unsigned int uHoursToSleep); |