walk changes, not done yet

This commit is contained in:
Henrique
2011-08-30 11:37:48 -03:00
parent b6b823aa9c
commit 4d90b674ac
7 changed files with 84 additions and 43 deletions

View File

@@ -102,7 +102,7 @@ void Game::walk(Otc::Direction direction)
// TODO: check if we can walk.
//m_localPlayer->setDirection(direction);
m_localPlayer->walk(direction);
switch(direction) {
case Otc::North: