MCPcopy Create free account
hub / github.com/assaultcube/AC / scalecomp

Function scalecomp

source/src/world.cpp:595–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593COMMAND(enumtodoentities, "");
594
595void scalecomp(uchar &c, int intens)
596{
597 int n = c*intens/100;
598 if(n>255) n = 255;
599 c = n;
600}
601
602void scalelights(int f, int intens)
603{

Callers 1

loopvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected