Mercurial > mm7
comparison Indoor.cpp @ 1923:f92e0bab7c78
rename DrawIndoorPolygonSky
author | Ritor1 |
---|---|
date | Wed, 23 Oct 2013 17:30:14 +0600 |
parents | e60d9df73428 |
children | 431d3da6e945 |
comparison
equal
deleted
inserted
replaced
1922:e60d9df73428 | 1923:f92e0bab7c78 |
---|---|
600 v23 = pFace->uBitmapID; | 600 v23 = pFace->uBitmapID; |
601 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | 601 v27 = pBitmaps_LOD->pHardwareTextures[v23]; |
602 } | 602 } |
603 | 603 |
604 if (pFace->uAttributes & FACE_INDOOR_SKY) | 604 if (pFace->uAttributes & FACE_INDOOR_SKY) |
605 pRenderer->DrawIndoorPolygonSky(uNumVerticesa, uFaceID); | 605 pRenderer->DrawIndoorSky(uNumVerticesa, uFaceID); |
606 else | 606 else |
607 pRenderer->DrawIndoorPolygon(uNumVerticesa, pFace, v27, v28, PID(OBJECT_BModel, uFaceID), v17, 0); | 607 pRenderer->DrawIndoorPolygon(uNumVerticesa, pFace, v27, v28, PID(OBJECT_BModel, uFaceID), v17, 0); |
608 return; | 608 return; |
609 } | 609 } |
610 } | 610 } |