From e35bdc6974663ad11317892ba757dcb35b34be6d Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 28 Mar 2016 13:13:10 +0200 Subject: Corrected type for sd->fontcolor_tid A timer ID should always be a signed int. Signed-off-by: Haru --- src/map/pc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/pc.h b/src/map/pc.h index a702b44bc..b648b7113 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -531,7 +531,7 @@ END_ZEROED_BLOCK; unsigned char channel_count; struct channel_data *gcbind; unsigned char fontcolor; - unsigned int fontcolor_tid; + int fontcolor_tid; int64 hchsysch_tick; /* [Ind/Hercules] */ -- cgit v1.2.3-70-g09d2