summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrej Sinicyn <andrej4000@gmail.com>2005-07-31 13:45:18 +0000
committerAndrej Sinicyn <andrej4000@gmail.com>2005-07-31 13:45:18 +0000
commit2ec5340b9c5f80094fdce43fa7735d3af5d5982f (patch)
tree8ab197eb9f34571b3976c0b7730c29b81ea3516c /ChangeLog
parentf4c6961e25dca3e683b6920e33bb0dc74464c88b (diff)
downloadmana-client-2ec5340b9c5f80094fdce43fa7735d3af5d5982f.tar.gz
mana-client-2ec5340b9c5f80094fdce43fa7735d3af5d5982f.tar.bz2
mana-client-2ec5340b9c5f80094fdce43fa7735d3af5d5982f.tar.xz
mana-client-2ec5340b9c5f80094fdce43fa7735d3af5d5982f.zip
Don't allow more than one trade dialog at once; if a trade is canceled on the other side, close the trade window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dca43ac3..7f47d6fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-31 Andrej Sinicyn <andrej4000@gmail.com>
+
+ * src/game.cpp: Don't allow more than one trade dialog at once; if a
+ trade is canceled on the other side, close the trade
+ window.
+
2005-07-30 Andrej Sinicyn <andrej4000@gmail.com>
* src/main.cpp: Removed unnecessary value assignment to a variable.