comparison Weather.h @ 1329:27a699abee51

Слияние
author Ritor1
date Tue, 02 Jul 2013 14:08:40 +0600
parents bfde0563ecdc
children f6e59446c133
comparison
equal deleted inserted replaced
1328:8ed112935a48 1329:27a699abee51
1 #pragma once 1 #pragma once
2 2
3 3
4 #pragma pack(push, 1) 4 #pragma pack(push, 1)
5 struct LocationTime_stru1
6 {
7 unsigned __int64 uLastVisitDay;
8 char sky_texture_name[12];
9 int day_attrib;
10 int day_fogrange_1;
11 int day_fogrange_2;
12 char field_2F4[24];
13 };
14 #pragma pack(pop)
15 5
16 6
17 7
18 /* 255 */ 8 /* 255 */
19 #pragma pack(push, 1)
20 struct Weather 9 struct Weather
21 { 10 {
22 inline Weather(): 11 inline Weather():
23 bNight(false), bRenderSnow(false) 12 bNight(false), bRenderSnow(false)
24 {} 13 {}