Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Server/Map: Initialize missing member variable.
Signed-off-by: AriDEV <aridev666@gmail.com>
  • Loading branch information
AriDEV committed Oct 30, 2019
1 parent d722ebf commit e63e061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/game/Maps/Map.cpp
Expand Up @@ -1379,6 +1379,7 @@ GridMap::GridMap()
_areaMap = NULL;
// Height level data
_gridHeight = INVALID_HEIGHT;
_gridIntHeightMultiplier = 0.0f;
_gridGetHeight = &GridMap::getHeightFromFlat;
m_V9 = NULL;
m_V8 = NULL;
Expand Down

0 comments on commit e63e061

Please sign in to comment.