Mercurial > mm7
comparison Outdoor.h @ 1052:d48c762de563
-nomarg
author | Nomad |
---|---|
date | Thu, 23 May 2013 18:26:05 +0200 |
parents | 7735bdb3c30f |
children | 39eaa6b00141 |
comparison
equal
deleted
inserted
replaced
1051:05c62d166182 | 1052:d48c762de563 |
---|---|
1 #pragma | 1 #pragma |
2 | 2 |
3 #include "Indoor.h" | 3 #include "Indoor.h" |
4 #include "TileFrameTable.h" | 4 #include "TileFrameTable.h" |
5 #include "Weather.h" | 5 #include "Weather.h" |
6 #include "BSPModel.h" | |
6 | 7 |
7 #define DAY_ATTRIB_FOG 1 | 8 #define DAY_ATTRIB_FOG 1 |
8 | 9 |
9 /* 256 */ | 10 /* 256 */ |
10 #pragma pack(push, 1) | 11 #pragma pack(push, 1) |
193 char pGroundTileset[32]; | 194 char pGroundTileset[32]; |
194 OutdoorLocationTileType pTileTypes[4]; // [3] road tileset | 195 OutdoorLocationTileType pTileTypes[4]; // [3] road tileset |
195 unsigned int uNumBModels; | 196 unsigned int uNumBModels; |
196 struct OutdoorLocationTerrain pTerrain; | 197 struct OutdoorLocationTerrain pTerrain; |
197 void *pCmap; | 198 void *pCmap; |
198 struct BSPModel *pBModels; | 199 BSPModel *pBModels; |
199 unsigned int numFaceIDListElems; | 200 unsigned int numFaceIDListElems; |
200 unsigned __int16 *pFaceIDLIST; | 201 unsigned __int16 *pFaceIDLIST; |
201 unsigned int *pOMAP; | 202 unsigned int *pOMAP; |
202 unsigned int uSky_TextureID; | 203 unsigned int uSky_TextureID; |
203 unsigned int uMainTile_BitmapID; | 204 unsigned int uMainTile_BitmapID; |