add 2 constructors in CDiskBlockPos to simplify class usage
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 3 Dec 2012 09:14:54 +0000 (10:14 +0100)
committerPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 3 Dec 2012 09:19:17 +0000 (10:19 +0100)
commita8a4b9673e1f4acabe835a692840c54c50862449
tree7df2cdf42e78d72e78b9ac27a7f584fdd84ecdfd
parentcd7fb7d1deece9da15d7750b3e05f729555a2cbe
add 2 constructors in CDiskBlockPos to simplify class usage

- add a default-constructor, which simply calls SetNull() and a
  constructor to directly pass nFile and nPos
- change code to use that new constructors
src/init.cpp
src/main.cpp
src/main.h
This page took 0.025107 seconds and 4 git commands to generate.