diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-12 16:03:52 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-12 16:03:52 +0000 |
commit | 81567749246fd4f3fb3a9c1fdbaae41327459612 (patch) | |
tree | 2dd71710e2f2e0feddbc5a066a1ee0dd05f53cf4 /ChangeLog | |
parent | 3262d5319c5f2cc830b3b783880df4b1b5d95710 (diff) | |
download | mana-81567749246fd4f3fb3a9c1fdbaae41327459612.tar.gz mana-81567749246fd4f3fb3a9c1fdbaae41327459612.tar.bz2 mana-81567749246fd4f3fb3a9c1fdbaae41327459612.tar.xz mana-81567749246fd4f3fb3a9c1fdbaae41327459612.zip |
Worked around a Guichan exception thrown for mice with many buttons (patch by
Roel van Dijk).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ beings blocking the road. This is done by allowing walking over other beings, but at an additional cost so that it is preferable to walk around them. + * src/game.cpp: Worked around a Guichan exception thrown for mice with + many buttons (patch by Roel van Dijk). 2006-11-09 Eugenio Favalli <elvenprogrammer@gmail.com> |