Mercurial > mm7
view stru367.h @ 1354:05becb008006
Player::_49327B to Player::ProfessionOrGuildFlagsCorrect, removed a huge section of the function that's never used (only 4 inputs used)
author | Grumpy7 |
---|---|
date | Sat, 13 Jul 2013 13:12:21 +0200 |
parents | 65379a50e4eb |
children | ff1867836af5 |
line wrap: on
line source
#pragma once /* 152 */ #pragma pack(push, 1) struct stru367 { bool direction; std::array<int, 13> field_4; std::array<int, 60> _view_transformed_x; std::array<int, 60> _view_transformed_y; std::array<int, 48> _view_transformed_z; std::array<int, 60> _screen_space_y; std::array<int, 60> _screen_space_x; }; #pragma pack(pop) //extern const stru367 stru_367;