diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 19:03:43 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 19:03:43 +0000 |
commit | 18c675031f718523586e72f5e1450bb33d457841 (patch) | |
tree | 0ddf923be1033a654bea57b8367fba1babc2b13f /ChangeLog | |
parent | 963340edef64e5823e514d0c4bebe51fc428ba51 (diff) | |
download | mana-18c675031f718523586e72f5e1450bb33d457841.tar.gz mana-18c675031f718523586e72f5e1450bb33d457841.tar.bz2 mana-18c675031f718523586e72f5e1450bb33d457841.tar.xz mana-18c675031f718523586e72f5e1450bb33d457841.zip |
Fixed missing pixels at bottom and right.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ * src/resources/action.cpp: Fixed double-free of sprite actions. * data/maps/new_1-1.tmx: Added back a Lua script for testing. * src/gui/trade.cpp: Added persistent positioning. + * src/gui/menuwindow.cpp: Fixed missing pixels at bottom and right. 2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> |