Mercurial > mm7
view Weather.h @ 1106:3395579f6c4d
stru6_stru1_indoor_sw_billboard destructor fix, removing "extern" from struct definition, fixing probable typo in SPELL_AIR_SPARKS
author | Grumpy7 |
---|---|
date | Mon, 27 May 2013 21:56:43 +0200 |
parents | f5156b8c61ad |
children | bfde0563ecdc |
line wrap: on
line source
#pragma once #pragma pack(push, 1) struct LocationTime_stru1 { unsigned __int64 uLastVisitDay; char sky_texture_name[12]; int day_attrib; int day_fogrange_1; int day_fogrange_2; char field_2F4[24]; }; #pragma pack(pop) /* 255 */ #pragma pack(push, 1) struct Weather { inline Weather(): bNight(false), bRenderSnow(false) {} int DrawSnow(); int Initialize(); int Draw(); bool OnPlayerTurn(__int16 dangle); __int16 field_0[2000]; int bNight; int bRenderSnow; }; #pragma pack(pop) extern struct Weather *pWeather;