]> git.jsancho.org Git - lugaru.git/commit
Added a constructor in Person class
authorCôme Chilliet <come@chilliet.eu>
Mon, 28 Nov 2016 11:03:55 +0000 (19:03 +0800)
committerCôme Chilliet <come@chilliet.eu>
Tue, 29 Nov 2016 03:39:51 +0000 (10:39 +0700)
commitf2fdadbadb32b153acdf60720a0c416d4650d15e
tree3a61cf8e08203729684fdd7440b5b2b012a82567
parent282b431729059ff7898593b63f8409c39563761a
Added a constructor in Person class

For now it mostly put 0 in all members to avoid uninitialized int,
 later it should put default values instead of GameTick.cpp
Source/Person.cpp
Source/Person.h