Mercurial > mm7
annotate stru123.h @ 2193:4842f58715ea
sub_47C3D7_get_fog_related_stuff to sub_47C3D7_get_fog_specular cleanup, IsTerrainSlopeTooHigh restoring commented out min,min/max,max implementation, some small changes in OnMapLoad, sub_4465DF_check_season attempted to pick the best readabilty/maintainability tradeoff
author | Grumpy7 |
---|---|
date | Thu, 30 Jan 2014 22:09:10 +0100 |
parents | 5f9eeb7bf8e6 |
children |
rev | line source |
---|---|
0 | 1 #pragma once |
1822 | 2 #include <array> |
0 | 3 |
4 | |
5 /* 62 */ | |
6 #pragma pack(push, 1) | |
7 struct stru123 | |
8 { | |
1822 | 9 std::array<unsigned char, 75> field_0; |
10 std::array<unsigned char, 125> _decor_events; | |
0 | 11 }; |
12 #pragma pack(pop) | |
1736
c6fe09a06712
Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents:
567
diff
changeset
|
13 extern stru123 stru_5E4C90_MapPersistVars; |