MCPcopy Create free account
hub / github.com/assaultcube/AC / scoreboard.cpp

File scoreboard.cpp

source/src/scoreboard.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// creation of scoreboard pseudo-menu
2
3#include "cube.h"
4#define SCORERATIO(F,D) (float)(F >= 0 ? F : 0) / (float)(D > 0 ? D : 1)

Callers

nothing calls this directly

Calls 6

showscoresFunction · 0.85
newstringFunction · 0.85
concatstringFunction · 0.85
sortMethod · 0.80
loopvFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected