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:
@@ -63,7 +63,7 @@ struct Texture {
|
||||
|
||||
class Model {
|
||||
public:
|
||||
Model() { IncludeInMap = false; verts = NULL; vert_count = 0; polys = NULL; poly_count = 0; tex = NULL; tex_count = 0; name = NULL; }
|
||||
Model() { IncludeInMap = false; verts = nullptr; vert_count = 0; polys = nullptr; poly_count = 0; tex = nullptr; tex_count = 0; name = nullptr; }
|
||||
~Model() {}
|
||||
|
||||
Vertex **verts;
|
||||
|
||||
Reference in New Issue
Block a user