mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 a new issue