diff mm7_data.h @ 1677:a699ecd7aeb3

PlayerCreationUI_Draw()
author Ritor1
date Fri, 20 Sep 2013 14:31:42 +0600
parents 483cc7f0d86c
children 33171f1f3daf
line wrap: on
line diff
--- a/mm7_data.h	Thu Sep 19 17:58:56 2013 +0600
+++ b/mm7_data.h	Fri Sep 20 14:31:42 2013 +0600
@@ -1279,10 +1279,10 @@
 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 PlayerCreation_Choose4Skills();
+bool PlayerCreation_Choose4Skills();
 int PlayerCreation_GetUnspentAttributePointCount();
 void LoadPlayerPortraintsAndVoices();
-int __fastcall ReloadPlayerPortraits(int, int); // weak
+void ReloadPlayerPortraits(int player_id, int face_id);
 void sub_491E3A();
 int CycleCharacter(bool backwards);
 void __fastcall Rest(unsigned int uHoursToSleep);