Mercurial > mm7
comparison Outdoor.cpp @ 62:80484cf3a683
23.01.13 DrawParticles_ODM
author | Ritor1 |
---|---|
date | Wed, 23 Jan 2013 00:50:28 +0600 |
parents | 6c2cefdaea3e |
children | 3b4f8bd48e3b |
comparison
equal
deleted
inserted
replaced
61:6c2cefdaea3e | 62:80484cf3a683 |
---|---|
136 uNumBillboardsToDraw = 0; | 136 uNumBillboardsToDraw = 0; |
137 DrawActors(); | 137 DrawActors(); |
138 if ( !pOutdoorCamera->bDoNotRenderDecorations ) | 138 if ( !pOutdoorCamera->bDoNotRenderDecorations ) |
139 pRenderer->DrawDecorations(); | 139 pRenderer->DrawDecorations(); |
140 pRenderer->DrawLayingItems_Shooting_Magic_ODM(); | 140 pRenderer->DrawLayingItems_Shooting_Magic_ODM(); |
141 pRenderer->TransformBillboardsAndSetPalettesODM(); | 141 pRenderer->TransformBillboardsAndSetPalettesODM();//Ritor1: do comment to test |
142 sub_485F53((Vec2_int_ *)unnamed_6BE060); | 142 sub_485F53((Vec2_int_ *)unnamed_6BE060); |
143 } | 143 } |
144 | 144 |
145 | 145 |
146 | 146 |