summaryrefslogtreecommitdiffstats
path: root/games/warmux/patches/return-null.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-04-27 08:03:43 +0200
committer Matteo Bernardini2019-04-27 08:03:43 +0200
commit37a4b1257f6e8122765de26d2eae5cc9364e655c (patch)
tree3683944132f03bdbed930b31e32d7f7aeb49e99c /games/warmux/patches/return-null.patch
parenta7ecdbba095706df06b24afd23e97aaf57621fba (diff)
downloadslackbuilds-37a4b1257f6e8122765de26d2eae5cc9364e655c.tar.gz
20190427.1 global branch merge.current-20190427.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);