0

Added vines.

This commit is contained in:
CounterPillow
2011-09-11 15:31:32 -04:00
committed by Aaron Griffith
parent 4701490c3e
commit 0ab3b0b2df
2 changed files with 43 additions and 2 deletions

View File

@@ -213,6 +213,11 @@ rendermode_normal_draw(void *data, RenderState *state, PyObject *src, PyObject *
break;
}
break;
case 106:
/* vines */
color = PySequence_GetItem(self->grasscolor, index);
facemask = mask;
break;
default:
break;
};