scummvm/engines/draci
Robert Špalek 0ee8f879fa Fix positioning of one-time hero animations.
With the previous code, the position of the animation was doubled (due to
counting the position twice, the second time being a relative shift), which
put it mostly outside the screen.  This is because one-time hero animations
are actually stored using absolute coordinates.

svn-id: r46057
2009-11-22 05:10:31 +00:00
..
animation.cpp Fix positioning of one-time hero animations. 2009-11-22 05:10:31 +00:00
animation.h Fix positioning of one-time hero animations. 2009-11-22 05:10:31 +00:00
barchive.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
barchive.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
detection.cpp Fix memory leaks when reading thumbnails 2009-10-16 00:09:20 +00:00
draci.cpp Handled loading/saving from the map location 2009-11-12 23:33:22 +00:00
draci.h Fixed Script::icoStat() 2009-11-12 03:09:15 +00:00
font.cpp Remove trailing whitespaces 2009-09-30 16:04:21 +00:00
font.h Removed almost all TODOs from the header files 2009-11-08 21:49:40 +00:00
game.cpp Fix positioning of one-time hero animations. 2009-11-22 05:10:31 +00:00
game.h Display/remove the inventory based on mouse "gestures" 2009-11-12 09:27:41 +00:00
module.mk Move WalkingMap into new module. 2009-10-30 00:52:05 +00:00
mouse.cpp Huge refactoring of data structures. 2009-11-10 05:16:34 +00:00
mouse.h Huge refactoring of data structures. 2009-11-10 05:16:34 +00:00
music.cpp Implemented "Mute All" 2009-11-12 22:52:00 +00:00
music.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
saveload.cpp Handled loading/saving from the map location 2009-11-12 23:33:22 +00:00
saveload.h Fixed svn:keywords 2009-10-30 05:21:44 +00:00
screen.cpp Documented palette shift 2009-11-11 00:27:08 +00:00
screen.h Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
script.cpp Fix positioning of one-time hero animations. 2009-11-22 05:10:31 +00:00
script.h Added runWrapper() calling run() and some actions around it. 2009-11-12 00:45:28 +00:00
sound.cpp Removed 2 old TODOs 2009-11-12 22:57:01 +00:00
sound.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sprite.cpp Refactored draw() according to drawReScaled() 2009-11-11 02:25:42 +00:00
sprite.h Removed almost all TODOs from the header files 2009-11-08 21:49:40 +00:00
surface.cpp Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
surface.h Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
walking.cpp Added runWrapper() calling run() and some actions around it. 2009-11-12 00:45:28 +00:00
walking.h Cleaned up searching the closest point. 2009-11-11 00:19:23 +00:00