Mercurial > mm7
diff Outdoor.h @ 1323:bfde0563ecdc
removed weather.h from indoor.h
author | Grumpy7 |
---|---|
date | Mon, 01 Jul 2013 22:42:09 +0200 |
parents | f11651288371 |
children | cc9a3a24d61d |
line wrap: on
line diff
--- a/Outdoor.h Mon Jul 01 00:00:49 2013 +0400 +++ b/Outdoor.h Mon Jul 01 22:42:09 2013 +0200 @@ -127,28 +127,8 @@ #pragma pack(push, 1) struct OutdoorLocation { - //----- (004626BA) -------------------------------------------------------- - OutdoorLocation() - { - subconstuctor(); - uLastSunlightUpdateMinute = 0; - - uNumBModels = 0; - pBModels = nullptr; - } - //----- (004626CD) -------------------------------------------------------- - void subconstuctor() - { - //OutdoorLocationTerrain::OutdoorLocationTerrain(&this->pTerrain); - field_F0 = 0; - field_F4 = 0x40000000u; - //DLVHeader::DLVHeader(&v1->ddm); - pSpawnPoints = 0; - pBModels = 0; - pCmap = 0; - pFaceIDLIST = 0; - pOMAP = 0; - } + OutdoorLocation(); + void subconstuctor(); void ExecDraw(unsigned int bRedraw); void PrepareActorsDrawList();