diff options
author | Andrej Sinicyn <andrej4000@gmail.com> | 2005-07-31 13:45:18 +0000 |
---|---|---|
committer | Andrej Sinicyn <andrej4000@gmail.com> | 2005-07-31 13:45:18 +0000 |
commit | 2ec5340b9c5f80094fdce43fa7735d3af5d5982f (patch) | |
tree | 8ab197eb9f34571b3976c0b7730c29b81ea3516c /ChangeLog | |
parent | f4c6961e25dca3e683b6920e33bb0dc74464c88b (diff) | |
download | mana-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |