annotate stru367.h @ 1693:861ede68187a
Player::_48DCF6 renamed to Player::ReceiveSpecialAttackEffect, some case reordering, fixing getting only disease3 instead of disease1 and ignoring disease2 and 3, uSpecialAttack to uSpecialAttackType, uSpecialAttackType to uSpecialAttackLevel
author |
Grumpy7 |
date |
Sun, 22 Sep 2013 10:04:00 +0200 |
parents |
ff1867836af5 |
children |
|
rev |
line source |
1078
|
1 #pragma once
|
|
2
|
1504
|
3 #include <array>
|
1078
|
4
|
|
5 /* 152 */
|
|
6 #pragma pack(push, 1)
|
|
7 struct stru367
|
|
8 {
|
1344
|
9 bool direction;
|
1279
|
10 std::array<int, 13> field_4;
|
1344
|
11 std::array<int, 60> _view_transformed_x;
|
|
12 std::array<int, 60> _view_transformed_y;
|
|
13 std::array<int, 48> _view_transformed_z;
|
1279
|
14 std::array<int, 60> _screen_space_y;
|
|
15 std::array<int, 60> _screen_space_x;
|
1078
|
16 };
|
|
17 #pragma pack(pop)
|
|
18
|
|
19
|
|
20 //extern const stru367 stru_367; |