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:
Tamás Bálint Misius 2019-11-27 21:00:36 +01:00
parent 0078fb4c6f
commit 5c1ea5ef0d
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -150,7 +150,7 @@ int Element_PCLN::graphics(GRAPHICS_FUNC_ARGS)
//#TPT-Directive ElementHeader Element_PCLN static bool 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;
}