summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-10-09 16:27:05 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-10-09 16:27:05 +0000
commit2327c5a7c3b054e52b69286da906f8e5c4432d1c (patch)
tree28a566d4d54b8c046b18f18c1fb592c31f83f5dd /ChangeLog
parentff4d98eeee5a5a799039549c6df885a5208b792f (diff)
downloadmana-client-2327c5a7c3b054e52b69286da906f8e5c4432d1c.tar.gz
mana-client-2327c5a7c3b054e52b69286da906f8e5c4432d1c.tar.bz2
mana-client-2327c5a7c3b054e52b69286da906f8e5c4432d1c.tar.xz
mana-client-2327c5a7c3b054e52b69286da906f8e5c4432d1c.zip
Fixed player names overlapping other players and more cleanups.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c9acc4f4..b16e5d23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,8 +31,8 @@
a normal tile. One well in new_3-1 has been converted to use the new
double tiles for testing purposes.
* src/being.cpp, src/game.cpp, src/engine.cpp: Fixed map switch
- crashing the client, display of [TARGET] and Alt keys for toggling
- windows.
+ crashing the client, display of [TARGET], Alt keys for toggling
+ windows and names to overlap other players.
2005-10-06 Bjørn Lindeijer <bjorn@lindeijer.nl>