summaryrefslogtreecommitdiffstats
path: root/games/warmux/patches/return-null.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-11-02 09:32:55 +0100
committer Matteo Bernardini2019-11-02 09:32:55 +0100
commita5dc6f94e982a5133196f66fb2d33756063bbe57 (patch)
treeea496620a3bb4185e47b08377b9c82c640f8058c /games/warmux/patches/return-null.patch
parent833a418a9448f32874014c89bf70b7f065bdb220 (diff)
downloadslackbuilds-a5dc6f94e982a5133196f66fb2d33756063bbe57.tar.gz
20191102.1 global branch merge.current-20191102.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/warmux/patches/return-null.patch')
-rw-r--r--games/warmux/patches/return-null.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/warmux/patches/return-null.patch b/games/warmux/patches/return-null.patch
new file mode 100644
index 0000000000..851dfcbd16
--- /dev/null
+++ b/games/warmux/patches/return-null.patch
@@ -0,0 +1,11 @@
+--- src/interface/weapon_menu.cpp.orig 2016-05-09 15:22:36.895266463 +0200
++++ src/interface/weapon_menu.cpp 2016-05-09 15:21:38.518476191 +0200
+@@ -391,7 +391,7 @@
+ Weapon * WeaponsMenu::UpdateCurrentOverflyItem(const Polygon * poly)
+ {
+ if (!show)
+- return false;
++ return NULL;
+ const std::vector<PolygonItem *>& items = poly->GetItem();
+ WeaponMenuItem * tmp;
+ Interface::GetInstance()->SetCurrentOverflyWeapon(NULL);