wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openspades/stuff/openspades-0.0.12.patch	Sat Aug 08 17:52:43 2020 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +--- a/Sources/Client/Client_Input.cpp
     1.5 ++++ b/Sources/Client/Client_Input.cpp
     1.6 +@@ -38,6 +38,7 @@
     1.7 + 
     1.8 + #include "NetClient.h"
     1.9 + 
    1.10 ++using namespace std;
    1.11 + 
    1.12 + SPADES_SETTING(cg_mouseSensitivity, "1");
    1.13 + SPADES_SETTING(cg_zoomedMouseSensScale, "0.6");
    1.14 +--- a/Sources/Client/Corpse.cpp
    1.15 ++++ b/Sources/Client/Corpse.cpp
    1.16 +@@ -27,6 +27,8 @@
    1.17 + #include "../Core/Debug.h"
    1.18 + #include "../Core/Settings.h"
    1.19 + 
    1.20 ++using namespace std;
    1.21 ++
    1.22 + SPADES_SETTING(r_corpseLineCollision, "1");
    1.23 + 
    1.24 + namespace spades {
    1.25 +--- a/Sources/Draw/SWMapRenderer.cpp
    1.26 ++++ b/Sources/Draw/SWMapRenderer.cpp
    1.27 +@@ -31,6 +31,8 @@
    1.28 + #include "SWUtils.h"
    1.29 + #include <cstdint>
    1.30 + 
    1.31 ++using namespace std;
    1.32 ++
    1.33 + SPADES_SETTING(r_swUndersampling, "0");
    1.34 + 
    1.35 + namespace spades {