|
EF_QEX_CANDLELIGHT = 64, // 2021 rerelease |
|
return isqex ? -1 : -1 & ~(EF_QEX_QUADLIGHT|EF_QEX_PENTALIGHT|EF_QEX_CANDLELIGHT); |
Candlelight is referenced as presumably supported style, but only Pentlight and Quadlight have defined styles and currently work in IW, eg:
|
if (ent->effects & EF_QEX_PENTALIGHT) |
ironwail/Quake/server.h
Line 241 in 1eabd0d
ironwail/Quake/pr_edict.c
Line 1928 in 1eabd0d
Candlelight is referenced as presumably supported style, but only Pentlight and Quadlight have defined styles and currently work in IW, eg:
ironwail/Quake/cl_main.c
Line 663 in 1eabd0d