summaryrefslogtreecommitdiffstats
path: root/games/warmux/patches/return-null.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-01-12 12:08:26 +0100
committer Matteo Bernardini2020-01-12 12:08:26 +0100
commit0c6fe367a7009c5bbabc3071f8cccc77a37859eb (patch)
treeac54688f55ad545306ad664b6b58a85e87de6768 /games/warmux/patches/return-null.patch
parent3066e0530b82d92e7856c44afb715f6fae0a5df0 (diff)
downloadslackbuilds-0c6fe367a7009c5bbabc3071f8cccc77a37859eb.tar.gz
20200112.1 global branch merge.current-20200112.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);