warmux: fix build

This commit is contained in:
Robin Gloster 2017-02-27 13:39:11 +01:00
parent e001b729e1
commit bbefb5d06a
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

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