Mercurial > mm7
view stru160.h @ 1360:a47d9282ea7c
Player::SetCondition added spaces for readability, fixed stoning and poisioning bug wit prot. from magic, using IsMale() function instead of case
author | Grumpy7 |
---|---|
date | Sat, 13 Jul 2013 21:36:35 +0200 |
parents | 96a81634669e |
children |
line wrap: on
line source
#pragma once /* 153 */ #pragma pack(push, 1) struct stru160 { inline stru160() {} inline stru160(float a, float b, float c): field_0(a), field_4(b), field_8(c) {} float field_0; float field_4; float field_8; }; #pragma pack(pop) #pragma pack(push, 1) struct stru16x: public stru160 { float field_C; }; #pragma pack(pop) extern std::array<stru160, 66> array_4EB8B8; extern std::array<stru160, 128> array_4EBBD0; extern std::array<__int32, 128*3> array_4EBBD0_x;