From 46445cbbfffae1705a0fd82a136a1574c63b970d Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 21 Feb 2005 14:41:13 +0000 Subject: Don't allow character names shorter than 4 (they fail) and handle character creation and deletion errors properly (character selection errors were handled instead). --- Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0b2f6f9e..ea129975 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,25 +1,25 @@ EXTRA_DIST = map/new_3-1.gat \ - core/graphics/gui/mouse.png \ - core/graphics/gui/radioout.png \ - core/graphics/gui/radioin.png \ - core/graphics/gui/dialog_middle.png \ - core/graphics/gui/fixedfont.png \ - core/graphics/gui/buttonpress.png \ - core/graphics/gui/slider.png \ + core/graphics/gui/bg_quad_dis.png \ core/graphics/gui/button.png \ + core/graphics/gui/button_disabled.png \ core/graphics/gui/buttonhi.png \ - core/graphics/gui/dialog_left.png \ - core/graphics/gui/vscroll.png \ + core/graphics/gui/buttonpress.png \ core/graphics/gui/checkbox.png \ - core/graphics/gui/dialog_right.png \ + core/graphics/gui/fixedfont.png \ + core/graphics/gui/mouse.png \ + core/graphics/gui/radioin.png \ + core/graphics/gui/radioout.png \ + core/graphics/gui/slider.png \ core/graphics/gui/textbox.png \ - core/graphics/gui/button_disabled.png \ + core/graphics/gui/vscroll_blue.png \ + core/graphics/gui/vscroll_grey.png \ + core/graphics/gui/vscroll_red.png \ core/graphics/tiles/desert.png \ - core/graphics/sprites/npcs.png \ - core/graphics/sprites/monsters.png \ - core/graphics/sprites/player_male_base.png \ core/graphics/sprites/emotions.png \ core/graphics/sprites/items.png \ + core/graphics/sprites/monsters.png \ + core/graphics/sprites/npcs.png \ + core/graphics/sprites/player_male_base.png \ core/graphics/sprites/player_male_hair.png \ core/graphics/images/login_wallpaper.png \ sound/wavs/level.ogg -- cgit v1.2.3-70-g09d2