From 3ac438c461e66b50151579db3362cd939a41f83c Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Fri, 12 May 2006 10:22:03 +0000 Subject: You can now see the shirt when equipping a top equipment. --- src/localplayer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/localplayer.cpp') diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 3d12c7c1..0313fe81 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -23,9 +23,9 @@ #include "localplayer.h" -#include "game.h" #include "equipment.h" #include "floor_item.h" +#include "game.h" #include "inventory.h" #include "item.h" #include "main.h" @@ -39,7 +39,6 @@ LocalPlayer *player_node = NULL; LocalPlayer::LocalPlayer(Uint32 id, Uint16 job, Map *map): Player(id, job, map), mInventory(new Inventory()), - mEquipment(new Equipment()), mTarget(NULL), mPickUpTarget(NULL), mTrading(false), mLastAction(-1) { -- cgit v1.2.3-70-g09d2