forked from 2009Scape/Server
3 lines
84 B
Text
3 lines
84 B
Text
int script_5021(int arg0) {
|
|
return max(bitAnd(divide(arg0, pow(2, 7)), 127), 1);
|
|
}
|