]> git.jsancho.org Git - lugaru.git/commit
Moved doAI in Person class
authorCôme Chilliet <come@chilliet.eu>
Mon, 19 Dec 2016 22:03:27 +0000 (23:03 +0100)
committerCôme Chilliet <come@chilliet.eu>
Mon, 19 Dec 2016 22:04:38 +0000 (23:04 +0100)
commit635516adc7915de50d38cd01345871a07a24c390
tree9a18045a24241cf0e1d749d3167ea033ce308bfb
parentb32cd80b243d77cd80e026c7ae73e33ec39b1de9
Moved doAI in Person class

Had to change weapons[i] for weapons[k) which might change behavior,
test needed. (but weapons[i] is bogus anyway, i was a person id)
Source/GameTick.cpp
Source/Objects/Person.cpp
Source/Objects/Person.hpp