Mercurial > mm7
comparison Render.cpp @ 791:346f7069676a
Indoor::GetSector and various stuff
author | Nomad |
---|---|
date | Mon, 25 Mar 2013 05:27:18 +0200 |
parents | d170f23f70d1 |
children | 41b4e9769863 |
comparison
equal
deleted
inserted
replaced
790:1e2be0f5eb30 | 791:346f7069676a |
---|---|
7607 ErrD3D(pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DESTBLEND, D3DBLEND_ZERO)); | 7607 ErrD3D(pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DESTBLEND, D3DBLEND_ZERO)); |
7608 ErrD3D(pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ALPHABLENDENABLE, v8)); | 7608 ErrD3D(pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ALPHABLENDENABLE, v8)); |
7609 } | 7609 } |
7610 } | 7610 } |
7611 | 7611 |
7612 if (pIndoorCamera->flags & INDOOR_CAMERA_DRAW_D3D_OUTLINES || | 7612 if (pIndoorCamera->flags & INDOOR_CAMERA_DRAW_TERRAIN_OUTLINES || pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_TERRAIN_OUTLINES) |
7613 pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_D3D_OUTLINES ) | |
7614 pGame->pIndoorCameraD3D->debug_outline_d3d(d3d_vertex_buffer, uNumVertices, 0x00FFFFFF, 0.0); | 7613 pGame->pIndoorCameraD3D->debug_outline_d3d(d3d_vertex_buffer, uNumVertices, 0x00FFFFFF, 0.0); |
7615 } | 7614 } |
7616 // 4A26BC: could not find valid save-restore pair for esi | 7615 // 4A26BC: could not find valid save-restore pair for esi |
7617 // 4D864C: using guessed type char byte_4D864C; | 7616 // 4D864C: using guessed type char byte_4D864C; |
7618 | 7617 |