Skip to content

Commit 81e4aa2

Browse files
OciXCromArkshine
authored andcommitted
Add missing kRenderFx constant (#928)
* Add missing kRenderFx constant * Change constant name to match SDK
1 parent 1754c0b commit 81e4aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/include/amxconst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ enum
341341
kRenderFxExplode, /* Scale up really big! */
342342
kRenderFxGlowShell, /* Glowing Shell */
343343
kRenderFxClampMinScale, /* Keep this sprite from getting very small (SPRITES only!) */
344+
kRenderFxLightMultiplier, /* CTM !!!CZERO added to tell the studiorender that the value in iuser2 is a lightmultiplier */
344345
};
345346

346347
/**

0 commit comments

Comments
 (0)