Added 'screen' to texture mixing menu as well.

This commit is contained in:
Ton Roosendaal
2006-02-14 18:47:21 +00:00
parent 1c7187f4fc
commit 3eb971abcc

View File

@@ -136,6 +136,8 @@ static char *mapto_blendtype_pup(void)
strcat(string, tempstr);
sprintf(tempstr, formatstr, "Screen", MTEX_SCREEN);
strcat(string, tempstr);
sprintf(tempstr, formatstr, "Overlay", MTEX_OVERLAY);
strcat(string, tempstr);
sprintf(tempstr, formatstr, "Difference", MTEX_DIFF);
strcat(string, tempstr);