Mapblock: nodecount refactor
authorest31 <MTest31@outlook.com>
Sun, 31 May 2015 04:23:10 +0000 (06:23 +0200)
committerest31 <MTest31@outlook.com>
Sun, 31 May 2015 04:24:41 +0000 (06:24 +0200)
commit06a2eee692e0e55c1dfb9f14e982ad146ba4ce49
tree4e6f7cede27c7d1348f4e669636e7196c8240746
parentb4dfaa3a7a9251cdb0f0867fc29240c808268b1b
Mapblock: nodecount refactor

Spare direct multoplication, use constant MapBlock::nodecount instead of
local nodecount variables.

Also use strides at one place instead of multiplications.
src/mapblock.cpp
src/mapblock.h