From f19fb901515040486b93cca47bd9aa287f841195 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 11 Dec 2013 18:45:42 -0200 Subject: modified second "infinity loop !" error so that its different from the first and thus doesn't cause confusion (and it wasn't loop-related anyway). Signed-off-by: shennetsind --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/script.c b/src/map/script.c index 744825257..0166ca471 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -3685,7 +3685,7 @@ void run_script_main(struct script_state *st) { break; } if( !st->freeloop && cmdcount>0 && (--cmdcount)<=0 ){ - ShowError("run_script: infinity loop !\n"); + ShowError("run_script: too many opeartions being processed non-stop !\n"); script->reportsrc(st); st->state=END; } -- cgit v1.2.3-60-g2f50