- missed in remove wave effect commit, option was still in effect menu

This commit is contained in:
2005-07-26 19:27:56 +00:00
parent dacfebb115
commit eadfd13123

View File

@@ -1996,7 +1996,7 @@ static void object_panel_effects(Object *ob)
}
if(eff) {
uiDefButS(block, MENU, B_CHANGEEFFECT, "Particles %x1|Wave %x2", 895,187,107,27, &eff->buttype, 0, 0, 0, 0, "Set effect type");
uiDefButS(block, MENU, B_CHANGEEFFECT, "Particles %x1", 895,187,107,27, &eff->buttype, 0, 0, 0, 0, "Set effect type");
if(eff->type==EFF_PARTICLE) {
PartEff *paf;