Skip to content

Commit f326da9

Browse files
committed
fix: linux sfml
1 parent c405938 commit f326da9

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

docs/cvars.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
|ghost_text_offset|7|Offset of the name over the ghosts.|
8484
|ghost_type|cmd|ghost_type \<0/1/2/3/4>:<br>0: Colored circle<br>1: Colored pyramid<br>2: Colored pyramid with portal gun (RECORDED IN DEMOS)<br>3: Prop model (RECORDED IN DEMOS)<br>4: Bendy|
8585
|ghost_update_rate|50|Milliseconds between ghost updates. For people with slow/metered internet.|
86+
|+ghost_voice|cmd|+ghost_voice - push to talk in voice chat|
87+
|-ghost_voice|cmd|-ghost_voice - push to talk in voice chat|
88+
|ghost_volume|1.0|Voice chat volume multiplier.|
8689
|hwait|cmd|hwait \<tick> \<command> [args...] - run a command after the given number of host ticks|
8790
|nop|cmd|nop [args]... - nop ignores all its arguments and does nothing|
8891
|sar_about|cmd|sar_about - prints info about SAR plugin|

lib/SFML/lib/linux/libsfml.a

2.42 MB
Binary file not shown.

src/Utils/Memory.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# define MAX_PATH 4096
1111
#endif
1212

13+
#include <cstdint>
1314
#include <memory>
1415
#include <string>
1516
#include <vector>

src/Utils/json11.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include <cassert>
2525
#include <cmath>
26+
#include <cstdint>
2627
#include <cstdio>
2728
#include <cstdlib>
2829
#include <limits>

0 commit comments

Comments
 (0)