wok annotate openspades/stuff/openspades-0.0.12.patch @ rev 21503

updated mutt (1.6.1 -> 1.11.4)
author Hans-G?nter Theisgen
date Thu May 02 16:02:52 2019 +0100 (2019-05-02)
parents
children
rev   line source
al@19256 1 --- a/Sources/Client/Client_Input.cpp
al@19256 2 +++ b/Sources/Client/Client_Input.cpp
al@19256 3 @@ -38,6 +38,7 @@
al@19256 4
al@19256 5 #include "NetClient.h"
al@19256 6
al@19256 7 +using namespace std;
al@19256 8
al@19256 9 SPADES_SETTING(cg_mouseSensitivity, "1");
al@19256 10 SPADES_SETTING(cg_zoomedMouseSensScale, "0.6");
al@19256 11 --- a/Sources/Client/Corpse.cpp
al@19256 12 +++ b/Sources/Client/Corpse.cpp
al@19256 13 @@ -27,6 +27,8 @@
al@19256 14 #include "../Core/Debug.h"
al@19256 15 #include "../Core/Settings.h"
al@19256 16
al@19256 17 +using namespace std;
al@19256 18 +
al@19256 19 SPADES_SETTING(r_corpseLineCollision, "1");
al@19256 20
al@19256 21 namespace spades {
al@19256 22 --- a/Sources/Draw/SWMapRenderer.cpp
al@19256 23 +++ b/Sources/Draw/SWMapRenderer.cpp
al@19256 24 @@ -31,6 +31,8 @@
al@19256 25 #include "SWUtils.h"
al@19256 26 #include <cstdint>
al@19256 27
al@19256 28 +using namespace std;
al@19256 29 +
al@19256 30 SPADES_SETTING(r_swUndersampling, "0");
al@19256 31
al@19256 32 namespace spades {