Mercurial > mm7
diff stru6.cpp @ 2211:b4bb8296ecfa
Слияние
author | Ritor1 |
---|---|
date | Wed, 12 Feb 2014 20:51:37 +0600 |
parents | ff8920a40c21 |
children | aff7a7b072b7 |
line wrap: on
line diff
--- a/stru6.cpp Wed Feb 12 20:51:31 2014 +0600 +++ b/stru6.cpp Wed Feb 12 20:51:37 2014 +0600 @@ -477,12 +477,7 @@ //----- (004A7A27) -------------------------------------------------------- bool stru6::AddMobileLight(SpriteObject *a1, unsigned int uDiffuse, int uRadius) { - return pMobileLightsStack->AddLight( - a1->vPosition.x, - a1->vPosition.y, - a1->vPosition.z, - a1->uSectorID, - uRadius, + return pMobileLightsStack->AddLight(a1->vPosition.x, a1->vPosition.y, a1->vPosition.z, a1->uSectorID, uRadius, (uDiffuse & 0x00FF0000) >> 16, (uDiffuse & 0x0000FF00) >> 8, uDiffuse & 0x000000FF,