Mercurial > mm7
comparison Outdoor.h @ 767:45615cacad31
Fog fixed
author | Nomad |
---|---|
date | Sat, 23 Mar 2013 21:11:15 +0200 |
parents | a84db04439a4 |
children | 67b77b052ef3 |
comparison
equal
deleted
inserted
replaced
766:a464d28566a6 | 767:45615cacad31 |
---|---|
2 #include "BSPModel.h" | 2 #include "BSPModel.h" |
3 #include "OutdoorCamera.h" | 3 #include "OutdoorCamera.h" |
4 #include "Indoor.h" | 4 #include "Indoor.h" |
5 #include "TileFrameTable.h" | 5 #include "TileFrameTable.h" |
6 | 6 |
7 | |
8 | |
9 #define DAY_ATTRIB_FOG 1 | |
7 | 10 |
8 /* 256 */ | 11 /* 256 */ |
9 #pragma pack(push, 1) | 12 #pragma pack(push, 1) |
10 struct ODMHeader | 13 struct ODMHeader |
11 { | 14 { |
177 bool GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5); | 180 bool GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5); |
178 void MessWithLUN(); | 181 void MessWithLUN(); |
179 void UpdateSunlightVectors(); | 182 void UpdateSunlightVectors(); |
180 void UpdateFog(); | 183 void UpdateFog(); |
181 int GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z); | 184 int GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z); |
182 int SetFog(); | 185 void SetFog(); |
183 void Draw(); | 186 void Draw(); |
184 | 187 |
185 | 188 |
186 char pLevelFilename[32]; | 189 char pLevelFilename[32]; |
187 char pLocationFileName[32]; | 190 char pLocationFileName[32]; |