diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-01-01 10:49:36 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-01-01 10:49:36 +0000 |
commit | 73911893133028a855931b037ed4e90217d5503a (patch) | |
tree | 24eaed10128754db9436ea9bd333d169f041cc0c /ChangeLog | |
parent | 768cf33e1b66994379ac757aae0589bee83a2e7f (diff) | |
download | mana-73911893133028a855931b037ed4e90217d5503a.tar.gz mana-73911893133028a855931b037ed4e90217d5503a.tar.bz2 mana-73911893133028a855931b037ed4e90217d5503a.tar.xz mana-73911893133028a855931b037ed4e90217d5503a.zip |
Third time is the charm; changed sprite direction code again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-01-01 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/being.h, src/being.cpp, src/game.cpp: Made getSpriteDirection + public and trivial. Removed getDirection: its return value does not + match what the user sees, so its use is dubious from a user-interface + point of view. + 2006-12-31 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/being.h, src/being.cpp, src/joystick.h: Scrapped static const |