0

Add the agrif's fix for stairs. With 1.6 this is no more a quick fix (I think they are now as slabs are).

This commit is contained in:
Alejandro Aguilera
2011-06-01 00:19:23 +02:00
parent d95ae73286
commit 9d4b48b5ae

View File

@@ -91,7 +91,7 @@ get_lighting_coefficient(RenderModeLighting *self, RenderState *state,
/* only do special half-step handling if no authoratative pointer was /* only do special half-step handling if no authoratative pointer was
passed in, which is a sign that we're recursing */ passed in, which is a sign that we're recursing */
if (block == 44 && authoratative == NULL) { if ((block == 44 || block == 53 || block == 67) && authoratative == NULL) {
float average_gather = 0.0f; float average_gather = 0.0f;
unsigned int average_count = 0; unsigned int average_count = 0;
int auth; int auth;