From ce4dec28c1432769ee19d84f77cd484c5d143200 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 25 Dec 2004 10:30:18 +0000 Subject: * Huge formatting changes and some attempts in simplifying graphics code. * Use of STL vector in npc.cpp --- src/gui/npc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/gui/npc.h') diff --git a/src/gui/npc.h b/src/gui/npc.h index f94ac61b..a0828a9a 100644 --- a/src/gui/npc.h +++ b/src/gui/npc.h @@ -17,16 +17,13 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * By ElvenProgrammer aka Eugenio Favalli (umperio@users.sourceforge.net) */ #ifndef _NPC_H #define _NPC_H struct ITEM { - char *name; - ITEM *next; + char *name; }; char *item_list(int index, int *list_size); -- cgit v1.2.3-70-g09d2