From afa1337e62624f376b1239ebb3acd7b7f226a309 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Thu, 8 Sep 2005 15:29:31 +0000 Subject: [PATCH] because gabe doesn't rollover, he just expands --- plugins/include/amxmisc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmisc.inc b/plugins/include/amxmisc.inc index 265e2639..f4d47d16 100755 --- a/plugins/include/amxmisc.inc +++ b/plugins/include/amxmisc.inc @@ -193,7 +193,7 @@ stock AddMenuItem_call(const MENU_TEXT[], const MENU_CMD[], const MENU_ACCESS, c } -stock gaben(low, high, seed, offset) +stock constraint_offset(low, high, seed, offset) { new numElements = high - low + 1; offset += seed - low;