Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
593
COMMAND(enumtodoentities,
""
);
594
595
void scalecomp(uchar &c, int intens)
596
{
597
int n = c*intens/100;
598
if(n>255) n = 255;
599
c = n;
600
}
601
602
void scalelights(int f, int intens)
603
{
Callers
1
loopv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected