Mercurial > mm7
diff Render.cpp @ 1117:ad89d1905b48
* stru6_stru1_indoor_sw_billboard::sub_47802A() cleaned, fireball working
* stru6_stru1_indoor_sw_billboard struct changes
* added inline round()
author | zipi |
---|---|
date | Wed, 29 May 2013 19:55:25 +0100 |
parents | 39eaa6b00141 |
children | 4eca5bb63dc0 9e3bacdbec56 |
line wrap: on
line diff
--- a/Render.cpp Wed May 29 03:21:19 2013 +0200 +++ b/Render.cpp Wed May 29 19:55:25 2013 +0100 @@ -7162,7 +7162,7 @@ //----- (004A2031) -------------------------------------------------------- unsigned int Render::GetActorTintColor(float a2, int tint, int a4, int a5, RenderBillboard *a6) { - __debugbreak(); // should not fire outside decal builder +// __debugbreak(); // should not fire outside decal builder return ::GetActorTintColor(tint, a4, a2, a5, a6); }