diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-07 13:49:18 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-07 13:49:18 +0000 |
commit | bf0a0e6ea1795ba6e5ca41e1c5e8f71e74332eb2 (patch) | |
tree | d01bfecba7c5168ad89f37df72a7c9433961da28 /Makefile.am | |
parent | 947091530f05759d990b6df2c8bfb1670d7aa4bf (diff) | |
download | clientdata-bf0a0e6ea1795ba6e5ca41e1c5e8f71e74332eb2.tar.gz clientdata-bf0a0e6ea1795ba6e5ca41e1c5e8f71e74332eb2.tar.bz2 clientdata-bf0a0e6ea1795ba6e5ca41e1c5e8f71e74332eb2.tar.xz clientdata-bf0a0e6ea1795ba6e5ca41e1c5e8f71e74332eb2.zip |
* Fixed crash on exit when trying to delete listbox that wasn't created.
* Disabled Ok button in Buy and Sell dialog when amount is 0
* Corrected the three known map bugs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 84a4f2b0..252e8b5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -EXTRA_DIST = maps/new_3-1.gat \ +EXTRA_DIST = maps/new_1-1.tmx.gz \ + maps/new_3-1.tmx.gz \ graphics/gui/bg_quad_dis.png \ graphics/gui/button.png \ graphics/gui/button_disabled.png \ @@ -14,7 +15,9 @@ EXTRA_DIST = maps/new_3-1.gat \ graphics/gui/vscroll_blue.png \ graphics/gui/vscroll_grey.png \ graphics/gui/vscroll_red.png \ - graphics/tiles/desert.png \ + graphics/tiles/desert1.png \ + graphics/tiles/desert2.png \ + graphics/tiles/collision.png \ graphics/sprites/emotions.png \ graphics/sprites/items.png \ graphics/sprites/monsters.png \ @@ -23,4 +26,4 @@ EXTRA_DIST = maps/new_3-1.gat \ graphics/sprites/player_male_hair.png \ graphics/sprites/weapons.png \ graphics/images/login_wallpaper.png \ - sfx/level.ogg + sfx/bow_shoot_1.ogg |