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

Up tazinst (1021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 08 17:52:43 2020 +0000 (2020-08-08)
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 {