aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-09 22:26:12 +0000
committerJohannes Schickel2005-11-09 22:26:12 +0000
commit510eba82270096063716f4611f4204eb65e72eee (patch)
tree2b38f6a599969e1666e5281597d9df5c360151a0 /kyra/staticres.cpp
parentac8af88f835a058e019b5070ded9d5a1e661660e (diff)
downloadscummvm-rg350-510eba82270096063716f4611f4204eb65e72eee.tar.gz
scummvm-rg350-510eba82270096063716f4611f4204eb65e72eee.tar.bz2
scummvm-rg350-510eba82270096063716f4611f4204eb65e72eee.zip
- fixed setCharactersPosition
- fixed loadCharacterShapes - fixed anim shape drawing - corrected some tables - added debug drawing for the pathfinder (still a bit buggy) - gets a small script scene to work with some graphics glitches - corrected some drawShape drawing functions - started to implement cmd_walkPlayerToPoint and the needed functions svn-id: r19539
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index 4d70f9ae5b..bbb85c7c98 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -582,7 +582,7 @@ const int8 KyraEngine::_addXPosTable[] = {
};
const int8 KyraEngine::_charYPosTable[] = {
- -2, -2, 0, 3, 2, 2, 0, -2
+ -2, -2, 0, 2, 2, 2, 0, -2
};
const int8 KyraEngine::_addYPosTable[] = {