From f52600e3795cd8a40c716ff92db6d8f55cc8e7cf Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 8 Nov 2008 06:43:20 +0000 Subject: * Change SLang interpreter time handling to be universally unsigned * Add debug output to SLang guard checking to print why particular guards failed --- src/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index bc34d7c..54179ac 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -208,7 +208,7 @@ struct map_session_data { int followtimer; // [MouseJstr] int followtarget; - int cast_tick; // [Fate] Next tick at which spellcasting is allowed + unsigned int cast_tick; // [Fate] Next tick at which spellcasting is allowed struct invocation *active_spells; // [Fate] Singly-linked list of active spells linked to this PC int attack_spell_override; // [Fate] When an attack spell is active for this player, they trigger it // like a weapon. Check pc_attack_timer() for details. -- cgit v1.2.3-70-g09d2