Blacklist SPRK in PCLN's and PBCN's ctypeDraw function
Apparently it used to be blacklisted before ctype-drawing got redone.
This commit is contained in:
parent
0078fb4c6f
commit
5c1ea5ef0d
@ -150,7 +150,7 @@ int Element_PCLN::graphics(GRAPHICS_FUNC_ARGS)
|
|||||||
//#TPT-Directive ElementHeader Element_PCLN static bool ctypeDraw(CTYPEDRAW_FUNC_ARGS)
|
//#TPT-Directive ElementHeader Element_PCLN static bool ctypeDraw(CTYPEDRAW_FUNC_ARGS)
|
||||||
bool Element_PCLN::ctypeDraw(CTYPEDRAW_FUNC_ARGS)
|
bool Element_PCLN::ctypeDraw(CTYPEDRAW_FUNC_ARGS)
|
||||||
{
|
{
|
||||||
if (t == PT_PSCN || t == PT_NSCN)
|
if (t == PT_PSCN || t == PT_NSCN || t == PT_SPRK)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user