mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 13:40:12 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user