wok view openspades/stuff/openspades-0.0.12.patch @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
parents
children
line source
1 --- a/Sources/Client/Client_Input.cpp
2 +++ b/Sources/Client/Client_Input.cpp
3 @@ -38,6 +38,7 @@
5 #include "NetClient.h"
7 +using namespace std;
9 SPADES_SETTING(cg_mouseSensitivity, "1");
10 SPADES_SETTING(cg_zoomedMouseSensScale, "0.6");
11 --- a/Sources/Client/Corpse.cpp
12 +++ b/Sources/Client/Corpse.cpp
13 @@ -27,6 +27,8 @@
14 #include "../Core/Debug.h"
15 #include "../Core/Settings.h"
17 +using namespace std;
18 +
19 SPADES_SETTING(r_corpseLineCollision, "1");
21 namespace spades {
22 --- a/Sources/Draw/SWMapRenderer.cpp
23 +++ b/Sources/Draw/SWMapRenderer.cpp
24 @@ -31,6 +31,8 @@
25 #include "SWUtils.h"
26 #include <cstdint>
28 +using namespace std;
29 +
30 SPADES_SETTING(r_swUndersampling, "0");
32 namespace spades {