warmux: fix build
This commit is contained in:
parent
e001b729e1
commit
bbefb5d06a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user