From 9f7dd88a4ffbaad21e75ceab9aa2ab280cf9d493 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Sun, 10 Sep 2023 23:22:12 +0800 Subject: [PATCH] Mark Corona as abstract as it's not meant to be spawned directly --- wadsrc/static/zscript/actors/shared/corona.zs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wadsrc/static/zscript/actors/shared/corona.zs b/wadsrc/static/zscript/actors/shared/corona.zs index 82ad988e0..b0912b8fe 100644 --- a/wadsrc/static/zscript/actors/shared/corona.zs +++ b/wadsrc/static/zscript/actors/shared/corona.zs @@ -9,8 +9,7 @@ * will draw the Spawn state's sprite in screen space. * * The corona will be drawn with the actor's render style and alpha. It - * defaults to the "Add" RenderStyle, but feel free to change to whatever - * you want. + * defaults to the "Add" RenderStyle, but can be changed to any render style. * * The actor's scale can also be used to influence the size of the corona * on screen. @@ -27,7 +26,7 @@ * *****************************************************************************/ -class Corona : Actor native +class Corona : Actor abstract native { Default {