]> git.localhorst.tv Git - l2e.git/commit
use referenced flag of array types
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 31 Jan 2013 06:41:28 +0000 (07:41 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 31 Jan 2013 06:41:28 +0000 (07:41 +0100)
commitdc275497c592669dda75645604a9b35d32f63e90
treef83e12df04676de75ae68736e06e8a526afbf5b0
parent0b11a24a8b08c49d6e4301573602fb6d01e7a8c8
use referenced flag of array types

reference arrays are pointer to pointer to value + an int while
"normal" arrays are pointer to value + an int

refs #34
src/battle/PartyLayout.cpp
src/common/Capsule.cpp
src/common/Hero.cpp
src/graphics/ComplexAnimation.cpp
src/loader/Interpreter.cpp
src/map/Area.cpp
src/map/Map.cpp