mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 04:28:22 +00:00
NULL to nullptr
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ typedef enum {
|
||||
class WaterMap {
|
||||
|
||||
public:
|
||||
static WaterMap* LoadWaterMapfile(const char* in_zonename, const char *directory = NULL);
|
||||
static WaterMap* LoadWaterMapfile(const char* in_zonename, const char *directory = nullptr);
|
||||
WaterRegionType BSPReturnRegionType(int32 node_number, float y, float x, float z) const;
|
||||
bool InWater(float y, float x, float z) const;
|
||||
bool InVWater(float y, float x, float z) const;
|
||||
|
||||
Reference in New Issue
Block a user