aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-05-31 00:59:40 +0200
committerShauren <shauren.trinity@gmail.com>2012-05-31 00:59:40 +0200
commit9ab6e76a7822758859bd781e294d90252526ac16 (patch)
treeaf26b455b390b2d5d59fdd335fc4ddfc3a024e1f /src
parent8fa351b786607dcfa4638f291e68066336e2b23d (diff)
Merge fix for map extractor
Diffstat (limited to 'src')
-rw-r--r--src/tools/map_extractor/System.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp
index 241be4982ab..41941795b20 100644
--- a/src/tools/map_extractor/System.cpp
+++ b/src/tools/map_extractor/System.cpp
@@ -670,7 +670,7 @@ bool ConvertADT(char *filename, char *filename2, int cell_y, int cell_x, uint32
{
for(int j = 0; j < ADT_CELLS_PER_GRID; j++)
{
- adt_MCNK *cell = cells->getMCNK(i, j);
+ adt_MCNK *cell = adt.cells[i][j];
if (!cell)
continue;