From 31add1651931d96b275edfff8bf0129d9fe4e0ca Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 19 May 2006 17:12:01 +0000 Subject: * Minor unsigned/signed alteration in pc_additem to shut the compiler up. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6661 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index ee28d8d3e..6d08da918 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -2384,7 +2384,7 @@ int pc_additem(struct map_session_data *sd,struct item *item_data,int amount) { struct item_data *data; int i; - int w; + unsigned int w; nullpo_retr(1, sd); nullpo_retr(1, item_data); -- cgit v1.2.3-70-g09d2