Mercurial > mm7
comparison mm7_3.cpp @ 86:ec84db4c8f9d
4.01.13
author | Ritor1 |
---|---|
date | Mon, 04 Feb 2013 09:17:35 +0600 |
parents | 6ef241d53522 |
children | 170259c8c71f |
comparison
equal
deleted
inserted
replaced
85:3f2d5c80e162 | 86:ec84db4c8f9d |
---|---|
9189 pRenderer->DrawTerrainPolygon(uNumVertices, this, | 9189 pRenderer->DrawTerrainPolygon(uNumVertices, this, |
9190 pBitmaps_LOD->pHardwareTextures[pRenderer->pHDWaterBitmapIDs[pRenderer->field_1036A8_bitmapid]], | 9190 pBitmaps_LOD->pHardwareTextures[pRenderer->pHDWaterBitmapIDs[pRenderer->field_1036A8_bitmapid]], |
9191 0, 0); | 9191 0, 0); |
9192 | 9192 |
9193 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ZWRITEENABLE, 1)); | 9193 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ZWRITEENABLE, 1)); |
9194 pRenderer->DrawTerrainPolygon(uNumVertices, this, | 9194 pRenderer->DrawTerrainPolygon(uNumVertices, this, pBitmaps_LOD->pHardwareTextures[uTileBitmapID], 1, 1); |
9195 pBitmaps_LOD->pHardwareTextures[uTileBitmapID], | |
9196 1, 1); | |
9197 } | 9195 } |
9198 | 9196 |
9199 | 9197 |
9200 | 9198 |
9201 //----- (00481DB2) -------------------------------------------------------- | 9199 //----- (00481DB2) -------------------------------------------------------- |