diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-09-12 08:15:45 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-09-12 08:15:45 +0000 |
commit | 1afcf2608c0a466d2df21faea1530955cc8061fc (patch) | |
tree | 27f279ca5d012ddd3f805d531e093a2561c15abe /src/gui/buy.h | |
parent | e5038965dbea0dbc7269c4114cbdaddd6899c665 (diff) | |
download | mana-1afcf2608c0a466d2df21faea1530955cc8061fc.tar.gz mana-1afcf2608c0a466d2df21faea1530955cc8061fc.tar.bz2 mana-1afcf2608c0a466d2df21faea1530955cc8061fc.tar.xz mana-1afcf2608c0a466d2df21faea1530955cc8061fc.zip |
Allowed selection of items that cannot be afforded, so that their descriptions
are still accessible. Also made sure the player's money value of ShopItemList
gets updated.
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index d8016216..5ee7ab95 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -28,12 +28,12 @@ #include "window.h" #include "selectionlistener.h" -#include "shoplistbox.h" #include "../guichanfwd.h" class Network; class ShopItems; +class ShopListBox; class ListBox; /** |