comparison 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
comparison
equal deleted inserted replaced
1322:65d301bce717 1323:bfde0563ecdc
125 125
126 126
127 #pragma pack(push, 1) 127 #pragma pack(push, 1)
128 struct OutdoorLocation 128 struct OutdoorLocation
129 { 129 {
130 //----- (004626BA) -------------------------------------------------------- 130 OutdoorLocation();
131 OutdoorLocation() 131 void subconstuctor();
132 {
133 subconstuctor();
134 uLastSunlightUpdateMinute = 0;
135
136 uNumBModels = 0;
137 pBModels = nullptr;
138 }
139 //----- (004626CD) --------------------------------------------------------
140 void subconstuctor()
141 {
142 //OutdoorLocationTerrain::OutdoorLocationTerrain(&this->pTerrain);
143 field_F0 = 0;
144 field_F4 = 0x40000000u;
145 //DLVHeader::DLVHeader(&v1->ddm);
146 pSpawnPoints = 0;
147 pBModels = 0;
148 pCmap = 0;
149 pFaceIDLIST = 0;
150 pOMAP = 0;
151 }
152 132
153 void ExecDraw(unsigned int bRedraw); 133 void ExecDraw(unsigned int bRedraw);
154 void PrepareActorsDrawList(); 134 void PrepareActorsDrawList();
155 void CreateDebugLocation(); 135 void CreateDebugLocation();
156 void Release(); 136 void Release();