]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Remove override of engine +showscores command
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 22 Jan 2023 20:39:42 +0000 (06:39 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 22 Jan 2023 20:39:42 +0000 (06:39 +1000)
commite423f46315fb4025c8a58bbf56e2c1d66b4bf79f
treec7700bcba094fc16dbc35a3c4c50b3181a58ac5b
parente7f0dc3969d025c7f6f0a4d013ab673fdc12dc23
Remove override of engine +showscores command

This is unnecessary because it's duplicating the same behaviour already
implemented in DP (and FTEQW), just with a different variable name.

It should be noted that a QC command implementation will be
slower than an engine implementation.
qcsrc/client/command/cl_cmd.qc
qcsrc/client/hud/panel/racetimer.qh
qcsrc/client/hud/panel/scoreboard.qc
qcsrc/client/hud/panel/scoreboard.qh