summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-02-27 13:39:11 +0100
committerRobin Gloster <mail@glob.in>2017-02-27 13:39:11 +0100
commitbbefb5d06a087e495104b1c385ba06b69c3f5504 (patch)
tree18ec708e39f598c4b3da81975fa1b22c44d1fc21 /pkgs/games
parente001b729e1db5c3dcb683ca725c757dcbb6e2aa0 (diff)
warmux: fix build
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/warmux/gcc-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/warmux/gcc-fix.patch b/pkgs/games/warmux/gcc-fix.patch
index 913b912af7d4..6b683aa782f4 100644
--- a/pkgs/games/warmux/gcc-fix.patch
+++ b/pkgs/games/warmux/gcc-fix.patch
@@ -45,7 +45,7 @@ Author: Robin Gloster <mail@glob.in>
{
if (!show)
- return false;
-+ return nullptr;
++ return NULL;
const std::vector<PolygonItem *>& items = poly->GetItem();
WeaponMenuItem * tmp;
Interface::GetInstance()->SetCurrentOverflyWeapon(NULL);