From a5cdf634b3e6634ee63d7fe10dddc7d385837c97 Mon Sep 17 00:00:00 2001 From: Henrique Date: Thu, 11 Aug 2011 21:06:01 -0300 Subject: [PATCH] now is walking --- src/framework/core/engine.cpp | 25 ++++++++++++++++++++- src/framework/net/outputmessage.h | 1 + src/framework/net/protocol.cpp | 9 +++++++- src/game.h | 5 +++++ src/item.cpp | 19 ++++++++++++++-- src/item.h | 2 +- src/map.cpp | 6 ++--- src/map.h | 4 ++-- src/protocolgame.cpp | 2 ++ src/protocolgame.h | 10 +++++++-- src/protocolgameparse.cpp | 2 ++ src/protocolgamesend.cpp | 30 ++++++++++++++++++++++++- src/thing.h | 2 +- src/tile.cpp | 37 ++++++++++++++++++++++--------- src/tile.h | 6 +++-- 15 files changed, 133 insertions(+), 27 deletions(-) diff --git a/src/framework/core/engine.cpp b/src/framework/core/engine.cpp index ba47b67b..307160ea 100644 --- a/src/framework/core/engine.cpp +++ b/src/framework/core/engine.cpp @@ -9,6 +9,7 @@ #include