warmux: fix build

This commit is contained in:
Robin Gloster
2017-02-27 13:39:11 +01:00
parent e001b729e1
commit bbefb5d06a

View File

@@ -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);