diff options
author | Dennis Friis <peavey@placid.dk> | 2008-04-16 11:59:36 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-04-16 11:59:36 +0000 |
commit | 1cc27f15b1f8d74bbc31262f2e7417adf01a63a8 (patch) | |
tree | 916f6a10040d347ea222001a1a66e8c22bf2113a /ChangeLog | |
parent | 4e0253cfd7c6a7684341f55f4a1f3dd88eeb5609 (diff) | |
download | mana-1cc27f15b1f8d74bbc31262f2e7417adf01a63a8.tar.gz mana-1cc27f15b1f8d74bbc31262f2e7417adf01a63a8.tar.bz2 mana-1cc27f15b1f8d74bbc31262f2e7417adf01a63a8.tar.xz mana-1cc27f15b1f8d74bbc31262f2e7417adf01a63a8.zip |
Cancel walking to a clicked monster if the target is lost while getting to it (killed or otherwise removed).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * src/gui/browserbox.cpp: Fix a basic_string::at sometimes being out of range in BrowserBox::draw when checking for line separators and color codes. + * src/localplayer.cpp: Cancel walking to a clicked monster if the + target is lost while getting to it (killed or otherwise removed). 2008-04-16 Bjørn Lindeijer <bjorn@lindeijer.nl> |